summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos2009-01-20
| | | | Originally committed as revision 28344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct value for starting lineBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gxf time code mark out valueBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-20
| | | | Originally committed as revision 16696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use avf context in av_log, instead of NULL.Benoit Fouet2009-01-20
| | | | Originally committed as revision 16695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass avf context to audio_open().Benoit Fouet2009-01-20
| | | | Originally committed as revision 16694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a read past end of buffer crash in the mp3 probeAlex Converse2009-01-20
| | | | Originally committed as revision 16693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* R3D REDCODE demuxerBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as maintainer of ISS (with Jai's blessing)Stefan Gehrer2009-01-20
| | | | Originally committed as revision 16691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-20
| | | | | | | | This implies using ff_avc_parse_nal_units_buf instead of ff_avc_parse_nal_units because with 3 bytes startcodes the parsed packet size will change, and the size must be written before the packet content. Originally committed as revision 16690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-19
| | | | | | http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove detection of mmsh protocol in ffplay.Aurelien Jacobs2009-01-19
| | | | | | | This is useless as long as mmsh is not implemented in libavformat. This is a revert of r10936. Originally committed as revision 16687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore mistakenly removed period after "DivX, Inc".Diego Biurrun2009-01-19
| | | | Originally committed as revision 16686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-19
| | | | Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop the deprecated av_init_random() at the next libavutil major bump.Stefano Sabatini2009-01-18
| | | | Originally committed as revision 16683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
| | | | | | corresponding calls to av_random_init(). Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
| | | | Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-18
| | | | | | with the opposed meaning Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-18
| | | | | | name and order of parameters. Originally committed as revision 16679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-18
| | | | | | hardcode it in the banner string. Originally committed as revision 16678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-18
| | | | Originally committed as revision 16677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: add -mieee to CFLAGSMåns Rullgård2009-01-18
| | | | Originally committed as revision 16676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: fix pix_abs16Måns Rullgård2009-01-18
| | | | Originally committed as revision 16675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add fastdiv to CONFIG_LISTMåns Rullgård2009-01-18
| | | | Originally committed as revision 16674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-18
| | | | Originally committed as revision 16673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-18
| | | | Originally committed as revision 16672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 10L in r16670 (broke deblocking code)Jason Garrett-Glaser2009-01-18
| | | | Originally committed as revision 16671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster VC-1 C loopfilter using lots of xor magicJason Garrett-Glaser2009-01-18
| | | | Originally committed as revision 16670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test: add Alpha idctMåns Rullgård2009-01-18
| | | | Originally committed as revision 16669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
| | | | Originally committed as revision 16668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: indentationMåns Rullgård2009-01-18
| | | | Originally committed as revision 16667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
| | | | | | | Only select the Alpha IDCT if auto or explicitly requested. Also disable it in lowres mode. Originally committed as revision 16666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: add some const, kill some warningsMåns Rullgård2009-01-18
| | | | Originally committed as revision 16665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-18
| | | | Originally committed as revision 16664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg2k is intra only codecBaptiste Coudurier2009-01-18
| | | | Originally committed as revision 16663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad2009-01-17
| | | | | | timed text) Originally committed as revision 16662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård2009-01-17
| | | | Originally committed as revision 16661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård2009-01-17
| | | | Originally committed as revision 16660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match format in names list separated by commasBaptiste Coudurier2009-01-17
| | | | Originally committed as revision 16659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
| | | | | | extended ADPCM decoder by ISS specific IMA variant Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-17
| | | | Originally committed as revision 16657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update regression tests after r16651David Conrad2009-01-17
| | | | Originally committed as revision 16656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with --enable-libxvid.Carl Eugen Hoyos2009-01-17
| | | | Originally committed as revision 16655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
| | | | Originally committed as revision 16654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
| | | | Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentDavid Conrad2009-01-17
| | | | Originally committed as revision 16652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-17
| | | | Originally committed as revision 16651 to svn://svn.ffmpeg.org/ffmpeg/trunk