26781 Commits (4172951ba7e5e8450d2b081fa9516454fdfa1329)
 

Author SHA1 Message Date
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
Stefano Sabatini 47c5e4145c Fix revision number of the last APIchanges entry. 14 years ago
Stefano Sabatini 5aaea022ab Make avfiltergraph.h public. 14 years ago
Stefano Sabatini 906eaab460 In ff_get_ref_perms_string() use 'u' and 'U' for representing 14 years ago
Anton Khirnov 273231466c lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Vitor Sessak bbf07bf9b8 Remove now unused file (should have been part of commit r25735) 14 years ago
Vitor Sessak c51722bf97 Test 4XM decoding (and not only demuxing) in FATE tests 14 years ago
Vitor Sessak c4e8733ac1 Fix visual artifacts in 4XM decoding on big-endian system 14 years ago
Martin Storsjö 38b3bda18f adpcm: Replace any of the leaf nodes in the heap 14 years ago
Martin Storsjö 4106b7f1cd Reindent 14 years ago
Martin Storsjö f82e8f3482 adpcm: Store the trellis nodes in a heap instead of a sorted array 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Anton Khirnov 09f47fa44e ffmpeg.c: add a forgotten break in chapter copying 14 years ago
Anton Khirnov a9c2bf9dc1 ffmpeg.c: reindent 14 years ago
Anton Khirnov 91e96ebafb ffmpeg.c: add an option for copying chapters 14 years ago
Alex Converse 5fb2f1347e 10l: dx shouldn't exist. 14 years ago
Alex Converse 0611f67525 10l: vorbisdec: declare dy 14 years ago
Gregory Maxwell 8455e8c7c0 vorbisdec: Fix floor1 decoding 14 years ago