summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer2009-01-22
* print stream sar if present and different than codec sarBaptiste Coudurier2009-01-22
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
* jpeg2k is intra only codecBaptiste Coudurier2009-01-18
* match format in names list separated by commasBaptiste Coudurier2009-01-17
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-09
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-09
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
* Do not try to duplicate packets that have data==NULL.Michael Niedermayer2009-01-07
* free all allocated metadata structuresAurelien Jacobs2009-01-06
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-06
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* 10l format include path for metadata.hMichael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-04
* Fix argument constness for the av_codec_get_id() andStefano Sabatini2008-11-08
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-23
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Check for pts==dts on I/P frames in the presence of non low delay decoding andMichael Niedermayer2008-10-19
* Move code setting delay and presentation_delayed a little up soMichael Niedermayer2008-10-18
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Move doxygen comments for av_gettime from utils.c to avformat.h.Diego Biurrun2008-09-27
* 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