summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-2/+2
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-101-57/+0
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-091-1/+1
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-091-1/+1
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-081-0/+4
* Do not try to duplicate packets that have data==NULL.Michael Niedermayer2009-01-071-1/+1
* free all allocated metadata structuresAurelien Jacobs2009-01-061-8/+4
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-061-0/+4
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-041-6/+6
* 10l format include path for metadata.hMichael Niedermayer2009-01-041-1/+1
* Generic metadata API.Michael Niedermayer2009-01-041-0/+9
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-041-0/+2
* 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
OpenPOWER on IntegriCloud