9670 Commits (81d4b3af81b52a79f11705ef02d3f48747047404)

Author SHA1 Message Date
Ronald S. Bultje 9c239f6026 matroska: check buffer size for RM-style byte reordering. 13 years ago
Alex Converse 1697c29d75 rmdec: Honor .RMF tag size rather than assuming 18. 13 years ago
Anton Khirnov 56bf24ad78 r3d: don't set codec timebase. 13 years ago
Anton Khirnov efec3bc65a electronicarts: set timebase for tgv video. 13 years ago
Anton Khirnov e39400c3a8 electronicarts: parse the framerate for cmv video. 13 years ago
Anton Khirnov 1bb3990b56 ogg: don't set codec timebase 13 years ago
Anton Khirnov 1d3144c318 electronicarts: don't set codec timebase 13 years ago
Anton Khirnov 10a6e0c346 avs: don't set codec timebase 13 years ago
Michael Niedermayer 0b90db01b5 lavf: fix update_initial_durations() so it handles missing durations with the initial timestamp being known. 13 years ago
Ingo Brückl c05e2be9a2 mp3dec: Fix reading file size and frames in VBRI headers 13 years ago
Diego Biurrun 75c553eb26 rmdec: adjust printf format string specifier to fix warning 13 years ago
Martin Storsjö 984b914c55 rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 13 years ago
Justin Ruggles 929dd8c108 dxa: set audio stream time base using the sample rate 13 years ago
Justin Ruggles aa831c4093 psx-str: do not allow seeking by bytes 13 years ago
Justin Ruggles bdbf1fa405 asfdec: Do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 4bf6775e9d vqf: set packet parameters after av_new_packet() 13 years ago
Martin Storsjö 07ec1f2140 rtpenc: Fix setting the max packet size 13 years ago
Anton Khirnov 322537478b Add a minor bump, changelog/APIchanges entry and some documentation for APIC support. 13 years ago
Anton Khirnov 2dfea12058 mp3enc: write attached pictures (APIC). 13 years ago
Anton Khirnov c68148b1ea mp3enc: move mp3_write_xing() further up in the file. 13 years ago
Anton Khirnov ba445f5557 id3v2enc: add a function for writing attached pictures. 13 years ago
Anton Khirnov 24fe1a3b16 id3v2enc: fix writing frame sizes for ID3v2.3 13 years ago
Anton Khirnov 411225aabc id3v2enc: split ff_id3v2_write(). 13 years ago
Anton Khirnov c199817748 id3v2enc: make id3v2_put_size take only an AVIOContext. 13 years ago
Anton Khirnov 393fd0d89e id3v2: remove unused ff_id3v2_read(). 13 years ago
Anton Khirnov 079ea6ca5f lavf: export id3v2 attached pictures as streams. 13 years ago
Anton Khirnov dd2a4bcfd7 lavf: generic code for exporting attached pictures. 13 years ago
Anton Khirnov a93b09cb45 id3v2: read attached pictures and export them in ID3v2ExtraMeta. 13 years ago
Anton Khirnov b73ad74660 lavf: move CodecMime from matroska.h to internal.h 13 years ago
Anton Khirnov eaea76d72c swfdec: do not set codec timebase. 13 years ago
Anton Khirnov 4f07f8196c lavc: deprecate AVCodecContext.color_table_id. 13 years ago
Anton Khirnov 63efd83ae1 mpegvideo_enc: add chroma/luma_elim_threshold private options. 13 years ago
Ronald S. Bultje bb6d5411e1 asf: don't seek back on EOF. 13 years ago
Ronald S. Bultje 6e57a02b9f asf: error out on ridiculously large minpktsize values. 13 years ago
Ronald S. Bultje 934cd18a43 oma: don't read beyond end of leaf_table. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Philip de Nier 34210e8df1 mxfdec: set pixel format for cdci picture formats 13 years ago
Philip de Nier c2d11a8b86 mxfdec: detect uncomp pictures using essence container ul 13 years ago
Philip de Nier 51d632cc8f mxf: add uncompressed 422 8-bit rawvideo label 13 years ago
Philip de Nier 3592bd509c mxfdec: set track edit rate num/den in expected order 13 years ago
Philip de Nier 627cd3841b mxf: fix v210 label matching len 13 years ago
Michael Niedermayer 4f5d1468f5 omadec: Fix wrong number of array elements. 13 years ago
Philip de Nier 539a8469ae add v210 to intra only list to allow "-vcodec copy" 13 years ago
Luca Barbato 0c1759ac4b segment: implement wrap around 13 years ago
Luca Barbato ee42df8a35 avf: reorder AVStream and AVFormatContext 13 years ago
Michael Niedermayer 8b1cd25ca7 pmpdec: Check for zero audio packets. 13 years ago
Michael Niedermayer e60bdb7e5c flvdec: Remove the now redundant check for known broken metadata creator 13 years ago
Martin Storsjö 7e297a46db flvdec: Validate index entries added from metadata while reading 13 years ago
Tommy Winther 1a6b9a98ce rtsp: Handle requests from server to client 13 years ago
Justin Ruggles f234e8a32e movenc: use timestamps instead of frame_size for samples-per-packet 13 years ago