26673 Commits (3ff9995350b7914c056bbc8440f44bf725dbb1d3)
 

Author SHA1 Message Date
Baptiste Coudurier 3ff9995350 In crop filter, reference picref after updating w/h, fix issue #2377 14 years ago
Stefano Sabatini 16d14d641c Add informative log message in the crop filter. 14 years ago
Reimar Döffinger 782f69e8a5 Fix memleak: free palette data on close. 14 years ago
Aurelien Jacobs 73d0e33102 avidec: support non-standard creation_time format 14 years ago
Aurelien Jacobs d35cdd5719 avidec: trivial simplification regarding av_metadata_set 14 years ago
Anton Khirnov eaa4542b64 matroskaenc: don't duplicate title information 14 years ago
Anton Khirnov bcb5d217ba id3v2: add TDEN<->creation_time tag mapping 14 years ago
Anton Khirnov 29c5c59013 lavf: document the new creation_time tag 14 years ago
Reimar Döffinger 097ea6db27 100l, fix missing decrement on split PGS packets. 14 years ago
Baptiste Coudurier 9d252137e5 In h264 decoder, fix decoding when nal end sequence is present 14 years ago
Baptiste Coudurier 8ee764b020 Remove some warnings 14 years ago
Baptiste Coudurier 175272cb07 10l, fix memleak, forgot to free mp4_dec_config_descr 14 years ago
Baptiste Coudurier 798c6facb7 In ts demuxer, support aac flexmux using extradata in iods, issue #2346 14 years ago
Baptiste Coudurier 91360ce61d Unset variable fps for mov and mp4 muxer, they support it 14 years ago
Anssi Hannula 3b39e2739f S/PDIF demuxer 14 years ago
Stefano Sabatini b7be04f3c0 Reindent. 14 years ago
Stefano Sabatini 7de19a3264 Implement robust parsing in aspect filters. 14 years ago
Stefano Sabatini eee0ef5e4f Add informative log messages to the set aspect filters. 14 years ago
Stefano Sabatini 2fb21bf4ff Give more explicit/less confusing names to the filters dealing with 14 years ago
Stefano Sabatini 819e2ab0d8 Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X], 14 years ago
Baptiste Coudurier 902d49eef7 In yadif filter, copy video props to output picture. 14 years ago
Reimar Döffinger 6b133d7e9c Fail RLE decoding if insufficient data for a complete bitmap was decoded. 14 years ago
Mark Goodman 83cd91122a Support PGS subtitles with RLE data split over mutiple packets. 14 years ago
Anton Khirnov fb3d8c23cc ffmpeg.c: document default metadata mappings 14 years ago
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