summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* lavf: remove a pointless check.Anton Khirnov2012-03-171-1/+1
* lavf: don't select an attached picture as default stream for seeking.Anton Khirnov2012-03-151-1/+2
* cosmetics: reindentJustin Ruggles2012-03-051-5/+5
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-051-13/+29
* avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-051-14/+33
* lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-051-19/+14
* avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-051-3/+0
* avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-051-3/+0
* avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-051-1/+0
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-051-146/+168
* lavf: make read_from_packet_buffer() more flexible.Anton Khirnov2012-03-051-12/+20
* lavf: factorize freeing a packet buffer.Anton Khirnov2012-03-051-17/+13
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-5/+1
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-291-1/+1
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-291-1/+8
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-291-18/+28
* lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov2012-02-261-11/+0
* lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov2012-02-261-7/+0
* lavf: move the packet keyframe setting code.Anton Khirnov2012-02-241-8/+4
* lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov2012-02-221-4/+0
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-201-0/+14
* lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-121-2/+2
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-311-0/+9
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-311-3/+5
* lavc: add avcodec_is_open().Anton Khirnov2012-01-311-3/+2
* avformat_write_header(): detail error messageRafaël Carré2012-01-301-1/+5
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-271-8/+0
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-271-25/+0
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-271-10/+0
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-271-16/+0
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-271-9/+0
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-271-11/+0
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-271-10/+0
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-271-155/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-261-8/+14
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-251-1/+9
* lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau2012-01-201-3/+20
* lavf: free packets for muxers implementing interleave_packet().Anton Khirnov2012-01-181-3/+6
* utils: Check for extradata size overflows.Alex Converse2012-01-121-1/+3
* lavf: cosmetics, reformat av_read_frame().Anton Khirnov2012-01-051-12/+11
* lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov2012-01-051-25/+33
* lavf: flush decoders in avformat_find_stream_info().Anton Khirnov2012-01-031-19/+19
* threads: default to automatic thread count detectionJanne Grunau2011-12-311-4/+15
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-211-0/+43
* lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov2011-12-181-0/+5
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-131-1/+1
* lavf: add avformat_close_input().Anton Khirnov2011-12-121-0/+9
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-121-1/+6
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
OpenPOWER on IntegriCloud