summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ↵Michael Niedermayer2008-07-08
| | | | | | | | happens to be AV_NOPTS_VALUE. Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts CMV demuxerPeter Ross2008-07-08
| | | | Originally committed as revision 14111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-08
| | | | Originally committed as revision 14109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove outdated commentLuca Abeni2008-07-08
| | | | Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-08
| | | | Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-07
| | | | Originally committed as revision 14101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
| | | | Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing dependenciesAurelien Jacobs2008-07-06
| | | | Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-06
| | | | | | | libavformat to generate them. patch by Gregory Montoir, cyx users sourceforge net Originally committed as revision 14085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not ↵Michael Niedermayer2008-07-04
| | | | | | exploitable) Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-04
| | | | | | and found by reimar) fix is from reimar + cosmetics by me. Originally committed as revision 14069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 14064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-03
| | | | | | av_open_input_stream()". Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-03
| | | | | | empty params for av_open_input_stream()". Originally committed as revision 14059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2008-07-02
| | | | Originally committed as revision 14046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-02
| | | | | | | (correctly compute the presentation times based on the RTP timestamps and the RTCP SR packets) Originally committed as revision 14045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include track id in error messageBaptiste Coudurier2008-06-28
| | | | Originally committed as revision 14025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change mtv_read_packet so it does not break after seeking (displaying a ↵Reimar Döffinger2008-06-28
| | | | | | shifted image). Originally committed as revision 14020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger2008-06-28
| | | | Originally committed as revision 14019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-28
| | | | Originally committed as revision 14018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, align verticallyBaptiste Coudurier2008-06-28
| | | | Originally committed as revision 14017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset Track sets, relying in AVStream->priv_data and will be freed in ↵Baptiste Coudurier2008-06-27
| | | | | | av_close_input_file Originally committed as revision 14016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix size of header dataStefan Gehrer2008-06-27
| | | | Originally committed as revision 14015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify error message about codec tagBaptiste Coudurier2008-06-27
| | | | Originally committed as revision 14013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give context to av_logBaptiste Coudurier2008-06-27
| | | | Originally committed as revision 14012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni2008-06-27
| | | | | | freed by av_close_input_stream()) Originally committed as revision 14006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-06-26
| | | | Originally committed as revision 14005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Inform the user about unhandled sectors.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 14004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleakMichael Niedermayer2008-06-26
| | | | Originally committed as revision 14003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not completely bail out for invalid params, just skip the current sector.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 14002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge decl & initMichael Niedermayer2008-06-26
| | | | Originally committed as revision 14001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of weird pre reading code.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 14000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debugging trash.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 13999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another variable that did nothing at allMichael Niedermayer2008-06-26
| | | | Originally committed as revision 13998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove code that discards streams randomlyMichael Niedermayer2008-06-26
| | | | Originally committed as revision 13997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2008-06-26
| | | | Originally committed as revision 13996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a dozen unused variables.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 13995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused varMichael Niedermayer2008-06-26
| | | | Originally committed as revision 13994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix exploitable code.Michael Niedermayer2008-06-26
| | | | | | Fixes issue311 Originally committed as revision 13993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove start_time guessing code.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 13988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 13987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for mp3 contained in omaBenjamin Larsson2008-06-25
| | | | Originally committed as revision 13980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rearrange parameter logicBenjamin Larsson2008-06-25
| | | | Originally committed as revision 13979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more codec IDs and tags.Benjamin Larsson2008-06-25
| | | | Originally committed as revision 13977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13972 to svn://svn.ffmpeg.org/ffmpeg/trunk