summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Ensure that muxer and encoder aspect ratios match. So noMichael Niedermayer2008-09-19
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-03
* Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer2008-09-02
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-29
* Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer2008-08-29
* Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje2008-08-28
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-26
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-25
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer2008-08-14
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier2008-08-12
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-10
* Implement avformat_version().Stefano Sabatini2008-08-08
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-06
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-31
* Fix a mem leak in av_find_stream_info().Erik Hovland2008-07-18
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-14
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-14
* Remove old hackish codec probe system.Michael Niedermayer2008-07-12
* Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-12
* Only try to probe the codec when the available data has roughly doubledMichael Niedermayer2008-07-12
* Add mpegvideo and H.264 to the codec probe.Michael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-12
* New codec probing system try #1.Michael Niedermayer2008-07-12
* Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...Michael Niedermayer2008-07-12
* Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer2008-07-12
* Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-08
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-08
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-08
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-03
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-03
* give context to av_logBaptiste Coudurier2008-06-27
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-26
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-25
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-25
* Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer2008-06-25
* We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer2008-06-25
* Prevent duration calculation code from generating random durations forMichael Niedermayer2008-06-24
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Check if there is at least a stream before writing trailer.Art Clarke2008-06-20
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-09
* Merge declaration and initialization.Ramiro Polla2008-06-06