summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix index_entries pos:Michael Chinen2010-09-271-4/+0
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Fix formatting for negative start times (issue 2139).Christian d'Heureuse2010-09-071-1/+1
* move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs2010-09-051-32/+28
* avformat: free decryption key in av_close_input_stream()Måns Rullgård2010-08-241-0/+1
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-191-0/+54
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-6/+6
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-171-6/+6
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-121-2/+2
* Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala2010-08-101-0/+1
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-091-0/+28
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-2/+4
* Move AVStream->codec_info_nb_frames increment after try_decode_frameBaptiste Coudurier2010-07-031-2/+1
* In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...Baptiste Coudurier2010-07-031-2/+8
* Make "invalid dts/pts combination" a debug instead of a warning message.XBMC2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-281-1/+1
* Make ff_url_split() publicMåns Rullgård2010-06-271-0/+18
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-221-3/+3
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-191-1/+1
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-151-1/+31
* Fix muxing rgb rawvideo in avi regression.Michael Niedermayer2010-06-051-0/+4
* Make the error message issued in case of invalid codec tag moreStefano Sabatini2010-06-021-2/+4
* Print an error when MAX_STREAMS is reached.Michael Niedermayer2010-06-011-1/+3
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-271-0/+8
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-261-0/+2
* Display a more descriptive log message when probe buffer limit isJai Menon2010-05-241-1/+1
* Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini2010-05-221-5/+5
* Store in a dedicated array the format name - codec id - codec typeStefano Sabatini2010-05-221-26/+21
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-221-1/+1
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-211-0/+19
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-181-5/+39
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-181-4/+2
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-141-1/+1
* Export av_probe_input_format2.Reimar Döffinger2010-05-011-1/+1
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Do not probe when the format is known.Jean-Daniel Dupas2010-04-131-1/+1
* Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer2010-04-111-1/+2
* Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer2010-04-091-0/+5
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-081-8/+5
* Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer2010-04-041-1/+1
* Limit probing to probesize.Michael Niedermayer2010-04-011-1/+1
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-311-2/+5
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-7/+7
* Probe aac codecs for CODEC_ID_PROBE.Joakim Plate2010-03-311-0/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-38/+38
* Fix updating condition for the probe_size variable in the internalMicah F. Galizia2010-03-261-1/+7
* ReindentMartin Storsjö2010-03-251-3/+3
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-251-2/+7
OpenPOWER on IntegriCloud