summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat_new_stream: fix initial last_dts valueMichael Niedermayer2012-03-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\
| * 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
* | libutvideo: Add Ut Video encoder wrapperDerek Buitenhuis2012-03-05
* | lavf: Do not compute the packet duration based on the bitrate if the frame_si...Michael Niedermayer2012-03-04
* | lavf: factor out determinable_frame_size()Michael Niedermayer2012-03-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-04
|\|
| * avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* | lavf: fix update_initial_durations() so it handles missing durations with the...Michael Niedermayer2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-01
|\|
| * 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
* | add v210 to intra only list to allow "-vcodec copy"Philip de Nier2012-02-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-25
|\|
| * 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
* | lavf: Reimplement new seek API emulationMichael Niedermayer2012-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-20
| * lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-12
* | Fix aspect ratio mismatch messageAndrey Utkin2012-02-12
* | lavf: Rewrite metadata printing from dump_metadata().Michael Niedermayer2012-02-10
* | lavf: put av_new_stream() compatibility wrapper backMichael Niedermayer2012-02-09
* | lavf: put av_find_stream_info() compatibility wrapper back.Michael Niedermayer2012-02-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-01
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-31
|\|
| * avformat_write_header(): detail error messageRafaël Carré2012-01-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * 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