]> git.sesse.net Git - ffmpeg/history - libavcodec
Add MPL2 subtitles demuxer and decoder.
[ffmpeg] / libavcodec /
2012-12-30 Clément BœschAdd MPL2 subtitles demuxer and decoder.
2012-12-30 Clément Bœschlavc/avcodec: fix FF_INPUT_/BUFFER_/PADDING_SIZE typo.
2012-12-30 Clément Bœschlavc: add ff_bprint_to_extradata() helper and use it.
2012-12-30 Clément Bœschlavc/srtenc: just like the decoder, mark SRT encoder...
2012-12-30 Clément Bœschlavc/srtenc: do not add trailing line breaks with SubRip.
2012-12-30 Clément Bœschlavc/srtdec: make some sscanf to work at the end of...
2012-12-30 Don Moirgifdec: use transparent instead of background color...
2012-12-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-30 Michael NiedermayerMerge commit '30a76487304e7250294c9c0e9fa179bf07fd822a'
2012-12-30 Michael NiedermayerMerge commit '9b1370aced385698bc783747917544ab69ecb373'
2012-12-30 Michael NiedermayerMerge commit '0448f26c97c5ab4858d31e456a4f1738ae783242'
2012-12-30 Michael NiedermayerMerge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'
2012-12-30 Clément BœschMerge back some registering macros in all*.c.
2012-12-30 Clément Bœschlavc/ass_split: check for NULL pointer in ff_ass_split_...
2012-12-30 Michael Niedermayeraacdec: make dual mono mode selectable through AVOption...
2012-12-30 Michael Niedermayeraacdec: simplify dmono
2012-12-30 Michael Niedermayeraacdec: fix dual mono
2012-12-29 Michael Niedermayermotion_est_template: fix warning: "ASSERT_LEVEL" is...
2012-12-29 Luca Barbatosnow: use VideoDSPContext
2012-12-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-29 Michael NiedermayerMerge commit '69583bd3b1eba471366141c945030c163e073e02'
2012-12-29 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-12-29 Michael Niedermayermsmpeg4enc: fix possible use of uninitialized warning
2012-12-29 Michael Niedermayerhpel_motion_search: move code used for asserts under...
2012-12-29 Michael Niedermayerivi_common: Fix use of uninitialized warnings
2012-12-29 Michael Niedermayeravs: silence "may be used uninitialized" warnings
2012-12-28 Michael Niedermayerh264: avoid a grayscale related if() in hl_decode_mb()
2012-12-28 Diego Biurruncosmetics: Prettyprint codec/format/filter registration...
2012-12-27 Michael Niedermayermjpegdec: Support 16bit DQT
2012-12-27 Paul B Maholbuild: fix g723_1 decoder dependency
2012-12-27 Don Moirgifdec: fix transparent background color
2012-12-27 Michael Niedermayermjpegdec: reset restart_count on progressive scans
2012-12-26 Michael Niedermayermjpegdec: handle the occurance of rstn emulation
2012-12-26 Michael Niedermayermjpegdec: Handle RSTn in progressive jpegs
2012-12-26 Michael Niedermayermjpegdec: factor handle_rstn() out
2012-12-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-26 Michael Niedermayervc1dsp: fix the warning fix, make it work with --disabl...
2012-12-26 Michael Niedermayervc1dsp: fix pointer type warnings
2012-12-26 Michael Niedermayerlavc/utils: fix 'warning: missing braces around initial...
2012-12-26 Michael Niedermayerlcldec: fix zlib const pointer warning
2012-12-26 Michael Niedermayerimgconvert: fix 2 "discards const qualifier from pointe...
2012-12-26 Michael Niedermayerimgconvert: dont depend on default return type for...
2012-12-26 Michael Niedermayerh264_direct: silence several warning: assignment from...
2012-12-25 Janne Grunaumpegvideo: initialize videodsp with correct pixel depth
2012-12-25 Michael Niedermayerdsputil_mmx: fix pointer type for emulated_edge_mc_func()
2012-12-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-24 Michael NiedermayerMerge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b'
2012-12-24 Michael NiedermayerMerge commit '3193b13aa1e271f6d2dd68de67d448c08aef3c00'
2012-12-24 Michael NiedermayerMerge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'
2012-12-24 Michael NiedermayerMerge commit 'f5f1cf52240759208b42477e2157a7b4409ade10'
2012-12-24 Anton Khirnovwnv1: cosmetics, reformat
2012-12-24 Anton Khirnovxan: remove a trivially true if().
2012-12-24 Anton Khirnovansi: do not depend on get_buffer() initializing the...
2012-12-24 Anton Khirnovzerocodec: remove an unused variable.
2012-12-24 Anton Khirnovzmbv: remove some pointless comments and empty lines
2012-12-24 Anton Khirnovyop: simplify/sanitize the decoding loop
2012-12-24 Anton Khirnovc93: set palette_has_changed.
2012-12-24 Anton Khirnovbmp: cosmetics, reformat
2012-12-24 Michael Niedermayertiffdec: Fix runend handling
2012-12-23 Clément Bœschlavc/pthread: do not re-define _GNU_SOURCE if already...
2012-12-23 Paul B Maholalsdec: improve warning message when invalid channel...
2012-12-23 Martin Storsjölavc: Correct the description of pkt_dts
2012-12-23 Michael Niedermayerx86/ac3dsp_init: try to workaround ICC failure.
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-23 Michael NiedermayerMerge commit 'b047c68783aa4042b322af7af043b643d5daf09c'
2012-12-23 Michael NiedermayerMerge commit '418693bdc5edad72b0d055f741931612d797eb05'
2012-12-23 Anton Khirnov8bps: cosmetics
2012-12-23 Anton Khirnov4xm: don't rely on get_buffer() initializing the frame.
2012-12-23 Anton Khirnovaasc: cosmetics, reformat
2012-12-23 Anton Khirnovansi: remove an extra return
2012-12-23 Anton Khirnovasvdec: cosmetics, reformat
2012-12-23 Anton Khirnovaura: cosmetics, reformat
2012-12-23 Anton Khirnovhuffyuv: split encoder and decoder into separate files.
2012-12-23 Anton Khirnovlavc: make pkt_{p,d}ts doxy less confusing
2012-12-23 Anton Khirnovlavc: rewrite and extend AVFrame doxy
2012-12-23 Michael Niedermayermpegvideo_enc: fix edge emulation of dimension%16 ...
2012-12-22 Justin Rugglesttadec: fix last frame handling when seeking
2012-12-22 Johannes Nixdorfconfigure: consider using /usr/include/openjpeg-1.5...
2012-12-22 Michael Niedermayerh264: Detect POC inconsistencies and try to handle...
2012-12-22 Justin Rugglesalacdec: do not be too strict about the extradata size
2012-12-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-22 Justin Rugglesflac: only set channel layout if not previously set...
2012-12-22 Michael Niedermayer4xm: check the correct stream, fix fate
2012-12-22 Paul B Mahollavc/4xm: use bytestream2_get_bytes_left
2012-12-21 Michael Niedermayervideodsp: Fix project name
2012-12-21 Michael Niedermayerx86/videodsp_init: Add back lost author attribution
2012-12-21 Michael Niedermayervideodsp_template.c: fix year
2012-12-21 Michael Niedermayerlavc: Warn in case the set bitrate is very low
2012-12-21 Carl Eugen HoyosRevert "Always write all colours for animated gif files...
2012-12-21 Michael NiedermayerMerge commit 'c7d4de3d730473167e31cf765e0333c965f934d3'
2012-12-21 Michael NiedermayerMerge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'
2012-12-21 Michael NiedermayerMerge commit '69f086e0f90f23d89e5739b099a4f984fa6a7885'
2012-12-21 Michael NiedermayerMerge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
2012-12-21 Michael NiedermayerMerge commit '6906b19346ae8a330bfaa1c16ce535be10789723'
2012-12-21 Paul B Maholalsdec: cosmetics after previous commit
2012-12-21 Paul B Maholalsdec: channel sorting
2012-12-21 Michael NiedermayerMerge commit 'a925f723a915bc0255e2673f8817af5212131763'
2012-12-21 Paul B Maholgifdec: remove dead store
2012-12-20 Diego Biurrunmiscellaneous typo fixes
next