27199 Commits (d881a0e89548abaafb8466192923fb10905dabef)
 

Author SHA1 Message Date
Anton Khirnov 477b1aeac9 ffmpeg.c: copy global metadata by default 14 years ago
Ramiro Polla 8f190d8b83 fix pointer truncation to int in avpicture_layout() 14 years ago
Stefano Sabatini d2cbdb17b5 Re-implement avpicture_layout() using pixdesc and imgutils API. 14 years ago
Stefano Sabatini 6a269f35ee Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string(). 14 years ago
Kostya Shishkov 7d3829a87a Musepack SV8 supports "mono" files (though it still codes them as stereo), 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini d6e602536c Remove declaration of function: 14 years ago
Stefano Sabatini 176a6157c0 Move audio channel API from libavcodec to libavcore. 14 years ago
Aurelien Jacobs 7df2214328 movdec: export creation_date as metadata 14 years ago
Aurelien Jacobs 933875a0f5 avidec: export creation_date as metadata 14 years ago
Stefano Sabatini 58935b25d0 Port overlay filter from the libavfilter repo (with many fixes), 14 years ago
Reimar Döffinger e58d0392c5 Document added functions. 14 years ago
Reimar Döffinger fa8cc12650 Improve documentation wording. 14 years ago
Reimar Döffinger 0f46d68522 Fix indentation. 14 years ago
Reimar Döffinger 18d761a1b1 Fix indentation. 14 years ago
Reimar Döffinger 3354b05187 Add explanation and alternative implementation for strange xan 14 years ago
Reimar Döffinger 24ae353dfb WC3/xan: move palette handling to decoder, avoiding need for 14 years ago
Reimar Döffinger 6bfc268305 Add av_append_packet function, to be used in code that merges packets 14 years ago
Reimar Döffinger a08d918e68 Add a av_grow_packet function, to be used by code that merges 14 years ago
Martin Storsjö 1a68e7ed15 adpcm: Fix a comment in the trellis heap code 14 years ago
Reimar Döffinger d9640a55ea Merge rotation into lookup table. 14 years ago
Baptiste Coudurier 7f48bfa1e3 Cosmetics, fix indentation 14 years ago
Martin Storsjö 78f9d35c9a adpcm: Only increment heap_pos after finding a good enough sample 14 years ago
Martin Storsjö d764e3ece9 adpcm: Use a hash table to improve checking for duplicate samples 14 years ago
Baptiste Coudurier 47d2ddca80 Fix qdm2 decoder packet handling to match the api 14 years ago
Stefano Sabatini 5878d5bda3 Order matters, fix test files linking. 14 years ago
Stefano Sabatini 9abf34411a Log error message in case of invalid parsing. 14 years ago
Stefano Sabatini bdb47f3a2c Fix style: if( -> if (. 14 years ago
Stefano Sabatini cef4b74bf2 Remove redundant information in header. 14 years ago
Carl Eugen Hoyos 4b6bfbe2b7 100l: Fix crash in SPDIF muxer. 14 years ago
Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
Carl Eugen Hoyos 909865fdbe Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3. 14 years ago
Baptiste Coudurier c71e9640db 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong values for w and h 14 years ago
Aurelien Jacobs b3c0fc7673 av_find_stream_info(): set subtitle codec time_base 14 years ago
Baptiste Coudurier 2b91d83ef3 In mov demuxer, export .mov encoder metadata tag 14 years ago
Baptiste Coudurier 9d9c3e1a70 Make DNxHD encoder produce files that are strictly VC-3 compatible 14 years ago
Martin Storsjö dd22cfb101 rtsp: Parse and use the Content-Base reply header, if present 14 years ago
Kostya Shishkov f3d77632d7 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the 14 years ago
Aurelien Jacobs c99f9b0ac7 minor bump and Changelog entry for r25747 14 years ago
Aurelien Jacobs c716f91757 minor bump and APIchanges for r25745 14 years ago
Martin Storsjö 86abf868ec adpcm: Fix a comment 14 years ago
Vitor Sessak bad1117b8c Add AMR-NB FATE tests 14 years ago
Vitor Sessak 4aa826e994 Add Musepack7 FATE test 14 years ago
Stefano Sabatini f6c182a0c3 Fix frei0r filter after av_parse_color() syntax change. 14 years ago
Aurelien Jacobs 5952be07dc add missing files in previous commit (ASS encoder and decoder) 14 years ago
Aurelien Jacobs e9c098dbaa add ASS encoder and decoder 14 years ago
Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago
Aurelien Jacobs 2722dd6ebf improve av_parse_color() to allow for non-null terminated color string 14 years ago
Aurelien Jacobs 521b860748 improve av_parse_color() to support html formatting 14 years ago
Aurelien Jacobs 8f55616fac add global header support for subtitles encoding 14 years ago