summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\
| * udp: Print an error message if bind failsMartin Storsjö2012-03-07
| * smacker: error out if palette copy-with-offset overruns palette size.Ronald S. Bultje2012-03-07
| * mov: Allow last chunk to have an arbitrary number of samples.Carl Eugen Hoyos2012-03-06
* | avformat_new_stream: fix initial last_dts valueMichael Niedermayer2012-03-08
* | mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-03-08
* | mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-03-08
* | mxfdec: Truncate packets that extend past the next edit unitTomas Härdin2012-03-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-05
| * 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
| * siff: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
| * aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * ape: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-05
| * rdt: remove workaround for infinite loop with aacJustin 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
| * swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-05
| * riffenc: use av_get_audio_frame_duration()Justin 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
| * dv: Do not redundantly initialize struct members to zero.Diego Biurrun2012-03-05
* | libutvideo: Add Ut Video encoder wrapperDerek Buitenhuis2012-03-05
* | matroska : Add support for reading/writing creation_time metadata.Aaron Colwell2012-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
|\|
| * tiertexseq: set correct block_align for audioJustin Ruggles2012-03-03
| * tiertexseq: set audio stream start time to 0Justin Ruggles2012-03-03
| * voc/avs: Do not change the sample rate mid-stream.Justin Ruggles2012-03-03
| * segafilm: use the sample rate as the time base for audio streamsJustin Ruggles2012-03-03
| * ea: fix audio ptsJustin Ruggles2012-03-03
| * psx-str: fix audio ptsJustin Ruggles2012-03-03
| * vqf: set packet durationJustin Ruggles2012-03-03
| * tta demuxer: set packet durationJustin Ruggles2012-03-03
| * thp: set audio packet durationsJustin Ruggles2012-03-03
| * avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
| * mpegts: Pad the packet buffer in handle_packet().Alex Converse2012-03-02
| * mpegts: Do not call read_sl_header() when no bytes remain in the buffer.Alex Converse2012-03-02
* | mpegts: fix stack array overread in read_sl_header()Michael Niedermayer2012-03-03
* | mpegts: prevent get_bits64() from reading nonsense at the end.Michael Niedermayer2012-03-03
* | mpeg-ts: fix handling of size=0 SL headers.Michael Niedermayer2012-03-03