summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
| | | | | | data exists in alloc_table_1 and alloc_table_3 Originally committed as revision 16745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
| | | | Originally committed as revision 16744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24
| | | | Originally committed as revision 16743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplication of dquant_codeStefan Gehrer2009-01-24
| | | | Originally committed as revision 16742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I'll take care of qdm2 alsoBenjamin Larsson2009-01-24
| | | | Originally committed as revision 16741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return an error if we can not get a full packet,Stefan Gehrer2009-01-24
| | | | | | fixes hang on EOF Originally committed as revision 16740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
| | | | Originally committed as revision 16739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer2009-01-24
| | | | Originally committed as revision 16738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-24
| | | | | | | | | subsequent a= lines from the m= block to be applied to the previous m= line, thus breaking otherwise functional RTP streams. See discussion in [PATCH] RTSP-MS 7/15: parse and allow unknown m= line codes" thread on mailinglist. Originally committed as revision 16737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself as a maintainer of flacdec.cJustin Ruggles2009-01-23
| | | | Originally committed as revision 16736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
| | | | Originally committed as revision 16735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts and dts when only pts is present, according to specsBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write essence container dataBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce display aspect ratioBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stored height is a multiple of 16 for mpeg2Baptiste Coudurier2009-01-23
| | | | Originally committed as revision 16731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add EM4A fourcc , works for:Ben Littler2009-01-23
| | | | | | http://av.watch.impress.co.jp/docs/20040929/xf.asf Originally committed as revision 16729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid allocating MPADecodeContext on stack.Andreas Ă–man2009-01-23
| | | | | | | Instead move relevant fields into MPADecodeHeader and use it where appropriate. Originally committed as revision 16728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
| | | | | | Should fix regression tests & fate. Originally committed as revision 16727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the block with always false condition from vc1_parse_frame_header()Kostya Shishkov2009-01-23
| | | | Originally committed as revision 16726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 postproc field is 2 bits wide while decoder read only single bit.Kostya Shishkov2009-01-23
| | | | | | Spotted by Stephen Warren. Originally committed as revision 16725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
| | | | | | | to AVStream, this is required if we want to allow the user to pull frames from specific streams at some point in the future. Originally committed as revision 16724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: add support for 3 additional sample rate codesJustin Ruggles2009-01-22
| | | | Originally committed as revision 16723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_fft_init with av_cold.Alex Converse2009-01-22
| | | | Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up FFT related comments.Alex Converse2009-01-22
| | | | Originally committed as revision 16721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream sar if present and different than codec sarBaptiste Coudurier2009-01-22
| | | | Originally committed as revision 16720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const, remove warning:Baptiste Coudurier2009-01-22
| | | | | | libavcodec/audioconvert.c:190: warning: initialization discards qualifiers from pointer target type Originally committed as revision 16716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
| | | | Originally committed as revision 16715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-21
| | | | | | this prevents using negative index and possibly crashing with broken files Originally committed as revision 16714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-21
| | | | Originally committed as revision 16713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-21
| | | | Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-21
| | | | Originally committed as revision 16711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-21
| | | | Originally committed as revision 16710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2009-01-21
| | | | Originally committed as revision 16709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
| | | | | | size. Thus, make demuxer and decoder handle it as a whole. Originally committed as revision 16708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-21
| | | | Originally committed as revision 16707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek reg tests, Im always forgetting thisBaptiste Coudurier2009-01-21
| | | | Originally committed as revision 16706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort VdpPictureInfo alphabetically.Carl Eugen Hoyos2009-01-20
| | | | Originally committed as revision 16705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exit with error code if av_encode failedBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another mpeg4 fourccBen Littler2009-01-20
| | | | Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-20
| | | | | | this also fixes a side effect where its value was one too much. Originally committed as revision 16701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-01-20
| | | | Originally committed as revision 16700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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