summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
| * mov: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-13/+0
| * ape: do not set AVCodecContext.frame_size.Justin Ruggles2012-03-051-1/+0
| * rdt: remove workaround for infinite loop with aacJustin Ruggles2012-03-051-3/+0
| * 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
| * swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles2012-03-051-5/+1
| * rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles2012-03-051-2/+9
| * riffenc: use av_get_audio_frame_duration()Justin Ruggles2012-03-051-5/+23
| * lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-054-170/+178
| * 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
| * dv: Do not redundantly initialize struct members to zero.Diego Biurrun2012-03-051-7/+1
* | libutvideo: Add Ut Video encoder wrapperDerek Buitenhuis2012-03-051-0/+1
* | matroska : Add support for reading/writing creation_time metadata.Aaron Colwell2012-03-052-1/+24
* | 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-0412-38/+62
|\ \ | |/
| * tiertexseq: set correct block_align for audioJustin Ruggles2012-03-031-1/+1
| * tiertexseq: set audio stream start time to 0Justin Ruggles2012-03-031-0/+1
| * voc/avs: Do not change the sample rate mid-stream.Justin Ruggles2012-03-031-4/+12
| * segafilm: use the sample rate as the time base for audio streamsJustin Ruggles2012-03-031-4/+7
| * ea: fix audio ptsJustin Ruggles2012-03-031-12/+13
| * psx-str: fix audio ptsJustin Ruggles2012-03-031-1/+4
| * vqf: set packet durationJustin Ruggles2012-03-031-1/+2
| * tta demuxer: set packet durationJustin Ruggles2012-03-031-4/+12
| * thp: set audio packet durationsJustin Ruggles2012-03-031-0/+3
| * avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-033-5/+5
| * mpegts: Pad the packet buffer in handle_packet().Alex Converse2012-03-021-1/+2
| * mpegts: Do not call read_sl_header() when no bytes remain in the buffer.Alex Converse2012-03-021-1/+1
* | mpegts: fix stack array overread in read_sl_header()Michael Niedermayer2012-03-031-1/+1
* | mpegts: prevent get_bits64() from reading nonsense at the end.Michael Niedermayer2012-03-031-0/+3
* | mpeg-ts: fix handling of size=0 SL headers.Michael Niedermayer2012-03-031-0/+6
* | bluray protocolPetri Hintukainen2012-03-033-0/+237
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-037-34/+67
|\ \ | |/
| * matroska: check buffer size for RM-style byte reordering.Ronald S. Bultje2012-03-021-3/+19
| * rmdec: Honor .RMF tag size rather than assuming 18.Alex Converse2012-03-021-4/+2
| * r3d: don't set codec timebase.Anton Khirnov2012-03-021-11/+16
| * electronicarts: set timebase for tgv video.Anton Khirnov2012-03-021-1/+1
| * electronicarts: parse the framerate for cmv video.Anton Khirnov2012-03-021-2/+15
| * ogg: don't set codec timebaseAnton Khirnov2012-03-022-11/+9
| * electronicarts: don't set codec timebaseAnton Khirnov2012-03-021-1/+3
| * avs: don't set codec timebaseAnton Khirnov2012-03-021-2/+2
| * mp3dec: Fix reading file size and frames in VBRI headersIngo Brückl2012-03-011-1/+1
| * rmdec: adjust printf format string specifier to fix warningDiego Biurrun2012-03-011-1/+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-013-12/+108
|\ \ | |/
| * rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-013-12/+108
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-0120-196/+601
|\ \ | |/
| * dxa: set audio stream time base using the sample rateJustin Ruggles2012-02-291-0/+2
OpenPOWER on IntegriCloud