summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak of header in error returns.Michael Niedermayer2009-01-27
| | | | Originally committed as revision 16831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better header_size checkMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* size < 4 is invalidMichael Niedermayer2009-01-27
| | | | Originally committed as revision 16829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Whitespace cosmetics to align return statements.Benoit Fouet2009-01-27
| | | | Originally committed as revision 16826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check buffer is inside what is passed when probing for flac.Benoit Fouet2009-01-27
| | | | Originally committed as revision 16825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
| | | | Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek at 0 when timestamp requested is negativeBaptiste Coudurier2009-01-27
| | | | Originally committed as revision 16815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make it clear that the new metadata API is a work in progressAurelien Jacobs2009-01-26
| | | | Originally committed as revision 16812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include some required headers.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-25
| | | | | | avformat.h, and extend it. Originally committed as revision 16774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-25
| | | | Originally committed as revision 16767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-25
| | | | | | Patch by David DeHaven (dave sagetv com) Originally committed as revision 16764 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
* 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
* 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
* 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
* 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
* 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
* '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
* 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
* 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
* 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
* 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
* 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
* 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
* 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