aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö2012-03-013-12/+108
* dxa: set audio stream time base using the sample rateJustin Ruggles2012-02-291-0/+2
* psx-str: do not allow seeking by bytesJustin Ruggles2012-02-291-0/+1
* asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles2012-02-291-20/+0
* vqf: set packet parameters after av_new_packet()Justin Ruggles2012-02-291-3/+3
* rtpenc: Fix setting the max packet sizeMartin Storsjö2012-02-291-1/+1
* Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov2012-02-291-1/+1
* mp3enc: write attached pictures (APIC).Anton Khirnov2012-02-291-7/+113
* mp3enc: move mp3_write_xing() further up in the file.Anton Khirnov2012-02-291-45/+49
* id3v2enc: add a function for writing attached pictures.Anton Khirnov2012-02-292-9/+87
* id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov2012-02-291-11/+15
* id3v2enc: split ff_id3v2_write().Anton Khirnov2012-02-294-26/+68
* id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov2012-02-291-7/+7
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-294-15/+5
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-293-1/+48
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-292-18/+44
* id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-292-0/+125
* lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-292-5/+6
* swfdec: do not set codec timebase.Anton Khirnov2012-02-291-2/+0
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-291-3/+4
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-292-4/+0
* asf: don't seek back on EOF.Ronald S. Bultje2012-02-281-1/+1
* asf: error out on ridiculously large minpktsize values.Ronald S. Bultje2012-02-281-1/+5
* oma: don't read beyond end of leaf_table.Ronald S. Bultje2012-02-281-1/+1