summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Move AVStream->codec_info_nb_frames increment after try_decode_frameBaptiste Coudurier2010-07-03
* In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...Baptiste Coudurier2010-07-03
* Make "invalid dts/pts combination" a debug instead of a warning message.XBMC2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-28
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-22
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-19
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-15
* Fix muxing rgb rawvideo in avi regression.Michael Niedermayer2010-06-05
* Make the error message issued in case of invalid codec tag moreStefano Sabatini2010-06-02
* Print an error when MAX_STREAMS is reached.Michael Niedermayer2010-06-01
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-27
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* Display a more descriptive log message when probe buffer limit isJai Menon2010-05-24
* Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini2010-05-22
* Store in a dedicated array the format name - codec id - codec typeStefano Sabatini2010-05-22
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-22
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-21
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-18
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-14
* Export av_probe_input_format2.Reimar Döffinger2010-05-01
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Do not probe when the format is known.Jean-Daniel Dupas2010-04-13
* Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer2010-04-11
* Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer2010-04-09
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-08
* Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer2010-04-04
* Limit probing to probesize.Michael Niedermayer2010-04-01
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Probe aac codecs for CODEC_ID_PROBE.Joakim Plate2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-26
* ReindentMartin Storsjö2010-03-25
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Fix erroneous behaviour when format probe hits end of fileMåns Rullgård2010-03-16
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-15
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-14
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-10
* Add special case to avoid binary search when appending index entries.Michael Niedermayer2010-03-09
* Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini2010-03-08
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård2010-03-08