summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Add '#undef fprintf' before PRINT macro that uses fprintf.Diego Biurrun2009-11-11
* print packet duration when debugging timestampsBaptiste Coudurier2009-10-30
* check stream index validity in av_program_add_stream_indexBaptiste Coudurier2009-10-19
* request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier2009-10-19
* reindent after commitBaptiste Coudurier2009-10-19
* In dump_format, print streams not associated with any program.Baptiste Coudurier2009-10-19
* fix indentation and add bracesBaptiste Coudurier2009-10-18
* Avoid segfault for empty input filesVitor Sessak2009-10-17
* Allow autodetection of E-AC3.Carl Eugen Hoyos2009-10-11
* Add FIXME about low_delay vs has_b_frames.Carl Eugen Hoyos2009-10-03
* H264 allows B frames without requiring a >=1 sized buffer.Wallak2009-10-03
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-18
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-17
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-16
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-16
* Fix indention after last commit.Michael Niedermayer2009-09-16
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
* Upgrade a few important messages to AV_LOG_WARNING.Michael Niedermayer2009-09-16
* Fix indention after previous commit.Michael Niedermayer2009-09-16
* Make packet interleaving in the muxer not scan through the wholeMichael Niedermayer2009-09-16
* Also reset *_end in flush_packet_queue().Michael Niedermayer2009-09-16
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-04
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-22
* Moves the display of metadata to dump_format()Peter Ross2009-08-12
* Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke2009-07-15
* Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke2009-07-08
* If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer2009-07-02
* Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer2009-07-01
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-01
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-25
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer2009-06-18
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-11
* use dts codec probingBaptiste Coudurier2009-05-31
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-31
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-30
* Set frame defaults in try_decode_frame.Baptiste Coudurier2009-04-13
* reindentBaptiste Coudurier2009-04-13
* Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger2009-04-11
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
* move max analyze duration check before considering new packetBaptiste Coudurier2009-03-19
* Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.Reimar Döffinger2009-03-14
* Do not lose user flags when passing calls from the new to the old seeking API.Michael Niedermayer2009-03-14
* add avformat_seek_file()Michael Niedermayer2009-03-14
* 100l, to start reading from the first frame we must seek to data_offset,Reimar Döffinger2009-03-09