summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* cosmetics: reindentJustin Ruggles2012-03-05
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-05
* avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles2012-03-05
* lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles2012-03-05
* avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles2012-03-05
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-05
* lavf: make read_from_packet_buffer() more flexible.Anton Khirnov2012-03-05
* lavf: factorize freeing a packet buffer.Anton Khirnov2012-03-05
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-29
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-29
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-29
* lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov2012-02-26
* lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov2012-02-26
* lavf: move the packet keyframe setting code.Anton Khirnov2012-02-24
* lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov2012-02-22
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
* lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-12
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-31
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* avformat_write_header(): detail error messageRafaël Carré2012-01-30
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau2012-01-26
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-25
* lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau2012-01-20
* lavf: free packets for muxers implementing interleave_packet().Anton Khirnov2012-01-18
* utils: Check for extradata size overflows.Alex Converse2012-01-12
* lavf: cosmetics, reformat av_read_frame().Anton Khirnov2012-01-05
* lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov2012-01-05
* lavf: flush decoders in avformat_find_stream_info().Anton Khirnov2012-01-03
* threads: default to automatic thread count detectionJanne Grunau2011-12-31
* libavformat: Add a utility function for adding parameter change side dataMartin Storsjö2011-12-21
* lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov2011-12-18
* lavf: dealloc private options in av_write_trailerLuca Barbato2011-12-13
* lavf: add avformat_close_input().Anton Khirnov2011-12-12
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-12
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* avformat/utils: Drop unused goto label.Diego Biurrun2011-12-07
* avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles2011-12-04