summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move external library registrations into a separate block after all nativeDiego Biurrun2007-11-07
| | | | | | implementations so that the latter ones are preferred by default. Originally committed as revision 10945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some explanatory comments.Diego Biurrun2007-11-07
| | | | Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
| | | | Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove disabled muxer skeleton, blessed by Mans.Diego Biurrun2007-11-07
| | | | Originally committed as revision 10942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-07
| | | | | | the native implementation. Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-07
| | | | | | | | | that the correct local address can be used for binding the socket. Fixes rtsp:// URLs in ffplay on MacOS X Patch by Ronald Bultje (rsbultje at gmail dot com) Originally committed as revision 10940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check context before accessing its field.Thorsten Jordan2007-11-07
| | | | | | Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
| | | | Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix poc for field pictures. Prior to this, the poc of the second fieldJeff Downs2007-11-06
| | | | | | | | in decoding order would always be assigned to a field pair's poc. Original thread: H.264: Fix poc for field pairs, 6 Nov 2007 17:41:02 Originally committed as revision 10937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay currently needs special handling for pausing in some protocols.Björn Axelsson2007-11-06
| | | | | | | | Patch by Björn Axelsson: bjorn ; axelsson § intinor : se Original thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplay Date: 11/02/2007 11:47 AM Originally committed as revision 10936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-06
| | | | | | | | | | MMSH protocol handler. Patch by Björn Axelsson: bjorn ; axelsson § intinor : se Original thread: [FFmpeg-devel] [PATCH] MMSH stream selection support for asf demuxer Date: 11/02/2007 11:51 AM Originally committed as revision 10935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-06
| | | | | | | | Patch by Ronald S. Bultje: rsbultje gmail com Original thread:[FFmpeg-devel] [PATCH 1/6] rmdec.c: ff_rm_read_mdpr_codecdata() Date: 11/05/2007 09:21 PM Originally committed as revision 10934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-06
| | | | | | | | | in block in adpcm-ima decoder Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Date: 10/15/2007 05:55 PM Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Keep -lvorbis in libvorbis linker flags even when only used for encoding.Diego Biurrun2007-11-06
| | | | | | Some libvorbis versions on some platforms (macports) fail to compile otherwise. Originally committed as revision 10932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct assignment of interlaced_frame; was being set on output frames,Jeff Downs2007-11-05
| | | | | | | | | | | in display order, based on decoding information in decoding order. Now set properly, immediately upon completion of decode. Based on original patch from Reinhard Nissl, rnisssl % gmx , de Original Thread: [FFmpeg-devel] H.264 + PAFF: BBC HD recording shows extreme interlacing artefacts, Thu, 01 Nov 2007 22:43:09 Originally committed as revision 10931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-05
| | | | | | RTCP interval should be 5 seconds) Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-05
| | | | Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mov checksums following r10852.Benoit Fouet2007-11-05
| | | | Originally committed as revision 10928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote paths in uninstall commands where necessary.Diego Biurrun2007-11-04
| | | | Originally committed as revision 10927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-04
| | | | | | | | | | | nut.c: In function 'ff_nut_sp_pos_cmp': nut.c:43: warning: suggest parentheses around + or - inside shift nut.c:43: warning: suggest parentheses around + or - inside shift nut.c: In function 'ff_nut_sp_pts_cmp': nut.c:47: warning: suggest parentheses around + or - inside shift nut.c:47: warning: suggest parentheses around + or - inside shift Originally committed as revision 10926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure the mpeg audio header is valid before passing it to ↵Andreas Öman2007-11-04
| | | | | | ff_mpegaudio_decode_header() Originally committed as revision 10925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun2007-11-04
| | | | | | and has no known bugs, any remaining issues will hopefully be uncovered now. Originally committed as revision 10924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-04
| | | | | | | rtp_h264.c: In function ‘h264_handle_packet’: rtp_h264.c:168: warning: unused variable ‘data’ Originally committed as revision 10923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-04
| | | | | | Rename them to match the actual implementation. Fixes issue 162. Originally committed as revision 24965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused variableBenjamin Larsson2007-11-04
| | | | Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List enabled code in configure outputRamiro Polla2007-11-04
| | | | Originally committed as revision 10921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speed up show_listRamiro Polla2007-11-04
| | | | Originally committed as revision 10920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn user if bitrate parameter is too lowRamiro Polla2007-11-04
| | | | Originally committed as revision 10919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Windows Help Forum is not ffmpeg-user for WindowsRamiro Polla2007-11-04
| | | | Originally committed as revision 10918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move external library codec registration to a separate section after allDiego Biurrun2007-11-04
| | | | | | native codecs. This way native implementations are always preferred. Originally committed as revision 10917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-04
| | | | | | specification. Patch by Josh Coalson. Originally committed as revision 10916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-03
| | | | Originally committed as revision 10915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
| | | | Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
| | | | Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-11-03
| | | | Originally committed as revision 10910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: ↵Fabrice Bellard2007-11-03
| | | | | | [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM Originally committed as revision 10909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-03
| | | | Originally committed as revision 10908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
| | | | Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-02
| | | | Originally committed as revision 10906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-02
| | | | | | (for upcoming SV8 decoder) Originally committed as revision 10905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adx.c to adxdec.cAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split adx encoder in its own fileAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug funcAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-01
| | | | Originally committed as revision 10900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #undefAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk