summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Add system to seperate relative timestamps from absolute ones.Michael Niedermayer2012-03-091-17/+39
* avformat_new_stream: fix initial last_dts valueMichael Niedermayer2012-03-081-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-061-244/+294
|\
| * 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
* | libutvideo: Add Ut Video encoder wrapperDerek Buitenhuis2012-03-051-0/+1
* | lavf: Do not compute the packet duration based on the bitrate if the frame_si...Michael Niedermayer2012-03-041-1/+1
* | lavf: factor out determinable_frame_size()Michael Niedermayer2012-03-041-6/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-041-5/+1
|\ \ | |/
| * avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-5/+1
* | lavf: fix update_initial_durations() so it handles missing durations with the...Michael Niedermayer2012-03-021-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-19/+36
|\ \ | |/
| * 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
* | add v210 to intra only list to allow "-vcodec copy"Philip de Nier2012-02-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-251-8/+4
|\ \ | |/
| * 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
* | lavf: Reimplement new seek API emulationMichael Niedermayer2012-02-211-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-3/+16
|\ \ | |/
| * avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-201-0/+14
| * lavf: fix aspect ratio mismatch message.Andrey Utkin2012-02-121-2/+2
* | Fix aspect ratio mismatch messageAndrey Utkin2012-02-121-2/+2
* | lavf: Rewrite metadata printing from dump_metadata().Michael Niedermayer2012-02-101-5/+13
* | lavf: put av_new_stream() compatibility wrapper backMichael Niedermayer2012-02-091-0/+10
* | lavf: put av_find_stream_info() compatibility wrapper back.Michael Niedermayer2012-02-091-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-011-6/+16
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-311-1/+5
|\ \ | |/
| * avformat_write_header(): detail error messageRafaël Carré2012-01-301-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-223/+3
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud