summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-081-2/+2
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-231-0/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-2/+2
* Check for pts==dts on I/P frames in the presence of non low delay decoding andMichael Niedermayer2008-10-191-0/+8
* Move code setting delay and presentation_delayed a little up soMichael Niedermayer2008-10-181-8/+9
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-3/+3
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-271-3/+0
* Ensure that muxer and encoder aspect ratios match. So noMichael Niedermayer2008-09-191-0/+4
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-081-0/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-031-0/+1
* Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer2008-09-021-0/+3
* make has_codec_parameters not returning true when sample_fmt is not setBaptiste Coudurier2008-08-291-1/+1
* Do not truncate timestamps before the muxer as it makes simpleMichael Niedermayer2008-08-291-16/+0
* Change implementation for ff_data_to_hex(), this is faster. See discussion onRonald S. Bultje2008-08-281-11/+6
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-271-0/+22
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-261-1/+0
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-251-4/+9
* Mark several libavformat arrays constReimar Döffinger2008-08-241-3/+3
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-231-0/+2
* Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer2008-08-141-2/+0
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-131-0/+1
* Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier2008-08-121-2/+2
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-101-52/+49
* Implement avformat_version().Stefano Sabatini2008-08-081-0/+5
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-061-10/+12
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-311-7/+9
* Fix a mem leak in av_find_stream_info().Erik Hovland2008-07-181-1/+3
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-141-5/+5
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-141-2/+6
* Remove old hackish codec probe system.Michael Niedermayer2008-07-121-38/+0
* Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer2008-07-121-2/+2
* indentMichael Niedermayer2008-07-121-5/+5
* Only try to probe the codec when the available data has roughly doubledMichael Niedermayer2008-07-121-0/+2
* Add mpegvideo and H.264 to the codec probe.Michael Niedermayer2008-07-121-0/+4
* indentMichael Niedermayer2008-07-121-16/+16
* New codec probing system try #1.Michael Niedermayer2008-07-121-1/+33
* Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...Michael Niedermayer2008-07-121-16/+16
* Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer2008-07-121-14/+14
* Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer2008-07-121-5/+5
* indentMichael Niedermayer2008-07-081-2/+2
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-081-1/+3
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-081-5/+5
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-031-3/+3
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-031-0/+2
* give context to av_logBaptiste Coudurier2008-06-271-2/+2
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-261-4/+6
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-251-1/+3
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-251-0/+2
* Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer2008-06-251-0/+3