- 30 Oct, 2006 4 commits
-
-
Kostya Shishkov authored
Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 6838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6836 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Oct, 2006 5 commits
-
-
Diego Biurrun authored
Originally committed as revision 6835 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
!PIC but gets used without a check for !PIC. Originally committed as revision 6834 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ryan Martell authored
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 29, 2006 2:45 AM Subject: Re: [Ffmpeg-devel] [PATCH] Base64 code Originally committed as revision 6832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ryan Martell authored
streaming patch. (Minor additions to give more information to the dynamic protocol handlers, and a slight rearrangement of code.) Patch by Ryan Martell %rdm4 A martellventures P com% Original thread: Date: Oct 29, 2006 2:30 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2006 15 commits
-
-
Michael Niedermayer authored
Originally committed as revision 6830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks Originally committed as revision 6829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Joakim Plate authored
Patch by Joakim elupus A ecce P se Original thread: Date: Oct 28, 2006 7:56 PM Subject: [Ffmpeg-devel] [PATCH] Support for all official framerates in nsv demuxer Originally committed as revision 6828 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Joakim Plate authored
Patch by Joakim elupus A ecce P se Original thread: Subject: [Ffmpeg-devel] [PATCH]: A/V sync on nsv streams. Date: October 27, 2006 3:18:54 AM CEDT Actual committed patch: Date: October 28, 2006 3:23:28 AM CEDT Originally committed as revision 6826 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Thijs authored
Patch by Thijs % thijsvermeir A telenet P be % Original thread: Subject: Re: [Ffmpeg-devel] [PATCH proposal] Reuse UDP socket v2 Date: October 28, 2006 11:09:00 AM CEDT Originally committed as revision 6825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6824 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6821 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Andrew Voznytsa authored
patch by Andrew Voznytsa andrew.voznytsa gmail com Originally committed as revision 6820 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6819 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6818 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ryan Martell authored
This is because upper section handles packets, and the lower switch handles timestamps Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 11:40 PM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6817 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Guillaume Poirier authored
Patch Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 6:49 PM Subject: [Ffmpeg-devel] [PATCH] Base64 code Originally committed as revision 6816 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Oct, 2006 15 commits
-
-
Diego Biurrun authored
Originally committed as revision 6815 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation Originally committed as revision 6814 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
support variables, the syntax isnt beautifull (st(a,b) means var[a]=b and ld(a) var[a]) but for a mere 19 lines of code its fairly simple, if anyone wants to write real variables support with names for variables and = and [] then that would of course be welcome but only if it doesnt bloat the code up terribly...) Originally committed as revision 6813 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reynaldo H. Verdejo Pinochet authored
Originally committed as revision 6812 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6811 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6810 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 6809 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6808 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reynaldo H. Verdejo Pinochet authored
Originally committed as revision 6807 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reynaldo H. Verdejo Pinochet authored
Originally committed as revision 6806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Thijs authored
Patch by Thijs thijsvermeir A telenet P be Original thread: Date: Oct 27, 2006 12:58 PM Subject: [Ffmpeg-devel] [PATCH proposal] RTCP receiver report Originally committed as revision 6805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ryan Martell authored
Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC Originally committed as revision 6804 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 6803 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 6802 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Guillaume Poirier authored
Originally committed as revision 6801 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Oct, 2006 1 commit
-
-
Guillaume Poirier authored
Originally committed as revision 6800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-