summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Add avg_frame_rate.Michael Niedermayer2009-12-131-0/+6
* Remove commented out code.Michael Niedermayer2009-12-131-15/+1
* Reset pts_buffers in av_read_frame_flush().John Stebbins2009-12-121-1/+4
* Calls to url_fseek should have their return value checked inSean Soria2009-12-061-1/+3
* Change ret type to int64_t because url_fseek returns int64_t.Sean Soria2009-12-011-1/+2
* use AVFormatContext in av_log, better than AVCodecContext when multiple strea...Baptiste Coudurier2009-12-011-7/+9
* Print a warning if the duration is estimated from the bitrate, as this isMichael Niedermayer2009-11-301-0/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+11
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-111-0/+2
* print packet duration when debugging timestampsBaptiste Coudurier2009-10-301-2/+4
* check stream index validity in av_program_add_stream_indexBaptiste Coudurier2009-10-191-0/+5
* request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier2009-10-191-0/+1
* reindent after commitBaptiste Coudurier2009-10-191-2/+2
* In dump_format, print streams not associated with any program.Baptiste Coudurier2009-10-191-6/+15
* fix indentation and add bracesBaptiste Coudurier2009-10-181-3/+4
* Avoid segfault for empty input filesVitor Sessak2009-10-171-0/+6
* Allow autodetection of E-AC3.Carl Eugen Hoyos2009-10-111-0/+3
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-031-0/+1
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-031-1/+1
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-181-2/+3
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-171-2/+4
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-161-2/+6
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-161-0/+2
* Fix indention after last commit.Michael Niedermayer2009-09-161-6/+6
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-161-11/+17
* Upgrade a few important messages to AV_LOG_WARNING.Michael Niedermayer2009-09-161-3/+3
* Fix indention after previous commit.Michael Niedermayer2009-09-161-6/+6
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-161-10/+18
* Also reset *_end in flush_packet_queue().Michael Niedermayer2009-09-161-0/+2
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-041-1/+2
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-221-1/+1
* Moves the display of metadata to dump_format()Peter Ross2009-08-121-0/+8
* Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke2009-07-151-1/+3
* Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke2009-07-081-1/+1
* If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer2009-07-021-0/+3
* Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer2009-07-011-5/+5
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-011-1/+1
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-251-5/+2
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-251-1/+10
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-4/+4
* Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer2009-06-181-1/+6
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-111-0/+3
* use dts codec probingBaptiste Coudurier2009-05-311-0/+3
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-311-5/+23
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-301-1/+1
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-131-0/+1
* reindentBaptiste Coudurier2009-04-131-26/+26
* Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger2009-04-111-4/+2
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-111-1/+1
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-101-7/+7