]> git.sesse.net Git - ffmpeg/history - libavcodec
av_url_split: dont let '/' char whallop '?' char
[ffmpeg] / libavcodec /
2012-07-22 Michael Niedermayeratrac3: switch to av_assert
2012-07-22 Michael Niedermayerkbdwin: switch to av_assert
2012-07-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-22 Paul B Maholtscc: employ more meaningful return values
2012-07-22 Michael Niedermayerpthread: mark lockless thread synchronization variables...
2012-07-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-21 Reimar Döffingerzerocodec: fix direct rendering.
2012-07-21 Paul B Mahollibopenjpegdec: set cp_reduce value only once
2012-07-21 Michael Niedermayeralacdec: fix packed sample output with 5.1
2012-07-21 Marton Balintac3dec: set decode_error_flags field in ac3 codec
2012-07-21 Marton Balintavcodec: add decode_error_flags field to AVFrame
2012-07-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-20 Paul B Maholtiertexseq: remove redundant string from log message
2012-07-20 Paul B Maholexr: display warning if multiple compression attributes...
2012-07-20 Paul B Maholexr: merge common code
2012-07-20 Paul B Maholexr: compression attribute is mandatory
2012-07-20 Joseph Artsimovichdnxhd: Fix 10-bit DNxHD quant matrices
2012-07-20 Michael Niedermayeralac: drop packed sample output support with the next...
2012-07-20 Luca Barbatolibopenjpeg: introduce lowres and lowqual private options
2012-07-20 Nicolas Georgelavc: set best_effort_timestamp for audio too.
2012-07-20 Nicolas Georgelavc: Opus decoder using libopus.
2012-07-20 Nicolas Georgeoggdec: add support for Opus codec.
2012-07-20 Michael Niedermayeralacdec: several players have problems with planar...
2012-07-20 Justin Rugglesalac: fix channel pointer assignment for 24 and 32-bit
2012-07-19 Nicolas Georgelavc: update pkt_duration for skipped samples.
2012-07-19 Nicolas Georgelavc: warn when impossible to adjust timestamps for...
2012-07-19 Nicolas Georgelavc: add debug info about skipped samples.
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Justin Rugglesalac: cosmetics: general pretty-printing and comment...
2012-07-19 Justin Rugglesalac: calculate buffer size outside the loop in allocat...
2012-07-19 Justin Rugglesalac: change some data types to plain int
2012-07-19 Justin Rugglesalac: cosmetics: rename some variables and function...
2012-07-19 Andrew D'Addesioalac: multi-channel decoding support
2012-07-19 Justin Rugglesalac: split element parsing into a separate function
2012-07-19 Justin Rugglesalac: support a read sample size of up to 32
2012-07-19 Justin Rugglesalac: output in planar sample format
2012-07-19 Justin Rugglesalac: add 32-bit decoding support
2012-07-19 Andrew D'Addesioalac: simplify channel interleaving
2012-07-19 Justin Rugglesalac: use AVPacket fields directly in alac_decode_frame()
2012-07-19 Justin Rugglesalac: fix check for valid max_samples_per_frame
2012-07-19 Justin Rugglesalac: use get_sbits() to read LPC coefficients instead...
2012-07-19 Justin Rugglesalac: move the current samples per frame to the ALACContext
2012-07-19 Justin Rugglesalac: avoid using a double-negative when checking if...
2012-07-19 Justin Rugglesalac: factor out output_size check in predictor_decompr...
2012-07-19 Justin Rugglesalac: factor out loading of next decoded sample in...
2012-07-19 Justin Rugglesalac: use index into buffer_out instead of incrementing...
2012-07-19 Justin Rugglesalac: simplify lpc coefficient adaptation
2012-07-19 Justin Rugglesalac: reduce the number of local variables needed in...
2012-07-19 Justin Rugglesalac: simplify 1st order prediction and reading of...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: remove unneeded conditionals in predictor_decompr...
2012-07-19 Justin Rugglesalac: use sizeof() instead of hardcoded data sizes
2012-07-19 Justin Rugglesalac: make block_size signed
2012-07-19 Justin Rugglesalac: remove a duplicate local variable
2012-07-19 Justin Rugglesalac: conditionally set sign_modifier to 1
2012-07-19 Justin Rugglesalac: eliminate 2 unneeded local variables in bastardiz...
2012-07-19 Justin Rugglesalac: adjust conditions for updating entropy decoder...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: limit the rice param before passing to decode_sca...
2012-07-19 Justin Rugglesalac: reduce the number of parameters to bastardized_ri...
2012-07-19 Justin Rugglesalac: cosmetics: rename some ALACContext parameters
2012-07-19 Justin Rugglesalac: clean up and update comments leftover from revers...
2012-07-19 Clément Bœschthreads: fix a potential race spotted by helgrind.
2012-07-19 Michael NiedermayerFix misspellings of FFmpeg
2012-07-19 Mans Rullgardflacdec: reverse lpc coeff order, simplify filter
2012-07-19 Diego Biurrunx86: dsputil: drop some unused CPU flag debug code
2012-07-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-18 Michael Niedermayerimgconvert: favor pixel formats without resolution...
2012-07-18 Michael Niedermayermlpdec: switch to av_assert
2012-07-18 Mans Rullgardppc: fix build with altivec disabled
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-07-18 Mans Rullgardbuild: add CONFIG_VP3DSP, reduce repetition in OBJS...
2012-07-18 Kostya Shishkovtscc2: do not add/subtract 128 bias during DCT
2012-07-18 Kostya Shishkovtscc2: fix typo in DCT
2012-07-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-17 Paul B Maholptx: correct decoding
2012-07-17 Michael Bradshawlibopenjpeg: introduce encoding support
2012-07-17 Michael Bradshawlibopenjpeg: rename decoder source file.
2012-07-17 chinshouFix libilbc compilation.
2012-07-17 Carl Eugen Hoyosmpeg4videodec: Add two missing format specifiers for...
2012-07-17 Carl Eugen Hoyosmpeg4videodec: Use format specifier PRId64 for int64_t.
2012-07-17 Kostya Shishkovtscc2: DCT output should not be clipped
2012-07-17 Paul B Maholtiff: read more tags of type string
2012-07-17 Paul B Maholtiff: add smarter checks if there is enough data left
2012-07-17 Paul B Maholtiff: port to bytestream2
2012-07-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-16 Michael Niedermayerffv1dec: fix error concealment for gop>1
2012-07-16 Nick BreretonFix DCA-XXCH extension scaling for embedded downmixes.
2012-07-16 Nick BreretonFix ordering of XXCH downmix coefficients.
2012-07-16 Michael Niedermayerffv1dec: detect errors in bytestream end mismatches...
2012-07-16 Michael Niedermayerffv1dec: set the first slices bytestream end correctly
2012-07-16 Michael Niedermayerffv1dec: keep track of errors in slice headers for EC
2012-07-16 Michael Niedermayerffv1dec: add simple error concealment in case of CRC...
2012-07-16 Michael Niedermayerffv1: keep last_frame (to be used for error concealment)
2012-07-16 Paul B Maholexr: check size of uncompressed buffer returned by...
2012-07-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-15 Mohammad Alsalehlibfdk-aac: Check if cutoff value is valid
2012-07-15 Carl Eugen HoyosSimplify ptx decoding on big-endian.
2012-07-15 Piotr Bandurskiisom: add "NO16" FourCC
next