]> git.sesse.net Git - ffmpeg/history - libavcodec
rawdec: Set start_time to 0 for raw audio files.
[ffmpeg] / libavcodec /
2012-01-01 Stefano Sabatinirawdec: propagate pict_type information to the output...
2012-01-01 Piotr Bandurskirawdec: Support more QT 1bpp rawvideo files.
2012-01-01 Janne Grunauthreads: limit the number of automatic threads to MAX_A...
2012-01-01 Janne Grunauthreads: set thread_count to 1 when thread support...
2012-01-01 Janne Grunauthreads: introduce CODEC_CAP_AUTO_THREADS and add it...
2011-12-31 Ronald S. Bultjempegaudiodec: fix seeking.
2011-12-31 Justin Rugglesmpegaudiodec: fix compilation when testing the unchecke...
2011-12-31 Janne Grunauthreads: add sysconf based number of CPUs detection
2011-12-31 Janne Grunauthreads: always include necessary headers for number...
2011-12-31 Janne Grunauthreads: default to automatic thread count detection
2011-12-31 Shitiz Gargcook: K&R formatting cosmetics
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-29 Diego Biurrunlibvorbis: K&R reformatting cosmetics
2011-12-29 Aneesh Dogralibmp3lame: K&R formatting cosmetics
2011-12-29 Aneesh Dogrampegvideo_enc: K&R cosmetics (line 1000-2000).
2011-12-29 Kostya Shishkovindeo4: remove two unused variables
2011-12-29 Thad Wardlagarith: add decode support for arith rgb24 mode
2011-12-28 Michael Niedermayerv410dec: Check for sufficient input data. Fixes crash
2011-12-28 Kostya ShishkovIndeo 4 decoder
2011-12-27 Aneesh Dogrampegvideo_enc: K&R cosmetics
2011-12-27 Janne Grunauthreads: test for sys/param.h and include it for sysctl...
2011-12-27 Martin Storsjöx86: Fix constraints for decode_significance*_x86
2011-12-25 Anton Khirnovavs: call release_buffer() at the end.
2011-12-25 Anton KhirnovAdd minor bumps and APIchanges entries for lavc/lavfi...
2011-12-25 Konstantin Todorovmpegvideo.c: K&R formatting and cosmetics.
2011-12-25 Stefano Sabatinilavc: add format field to AVFrame
2011-12-25 Stefano Sabatinilavc: add width and height fields to AVFrame
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-23 Reinhard Tartlervp3dec: Check coefficient index in vp3_dequant()
2011-12-23 Michael Niedermayersvq1dec: call avcodec_set_dimensions() after dimensions...
2011-12-23 Janne Grunauthreads: check defines before using them in automatic...
2011-12-23 Janne Grunaupthread: include sys/types.h before sys/sysctl.h
2011-12-23 Anton Khirnov4xm: remove unused variables.
2011-12-23 Alexander Strangeh264: Fix a possible overread in decode_nal_units()
2011-12-23 Sergey Radionovw32thread: call ResetEvent() in pthread_cond_broadcast().
2011-12-22 Gaurav Narulakvmc: fix invalid reads
2011-12-22 Shitiz Garg4xm: Add a check in decode_i_frame to prevent buffer...
2011-12-22 Paul B Maholadpcm: fix IMA SMJPEG decoding
2011-12-22 Janne Grunauoptions: set minimum for "threads" to zero
2011-12-22 Janne Grunaubsd: use number of logical CPUs as automatic thread...
2011-12-22 Janne Grunauwindows: use number of CPUs as automatic thread count
2011-12-22 Janne Grunaulinux: use number of CPUs as automatic thread count
2011-12-22 Janne Grunaupthreads: reset active_thread_type when slice thread_in...
2011-12-22 Paul B. Maholv410dec: include correct headers
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-22 Justin Rugglesra144enc: zero the reflection coeffs if the filter...
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-21 Justin Rugglestruespeech: fix invalid reads in truespeech_apply_twopo...
2011-12-21 Martin Storsjönellymoserdec: Indicate that the decoder can handle...
2011-12-21 Martin Storsjölibavcodec: Apply parameter change side data when decod...
2011-12-21 Martin Storsjölibavcodec: Define a side data type for parameter changes
2011-12-21 Martin Storsjöaacdec: Handle new extradata passed as side data
2011-12-21 Martin Storsjölibavcodec: Define a side data type for new extradata
2011-12-21 Diego Biurrunx86: Tighten register constraints for decode_significan...
2011-12-21 Diego BiurrunReplace Subversion revisions in comments by Git hashes.
2011-12-21 Diego Biurrunh264_cabac: synchronize decode_significance_*_x86 condi...
2011-12-21 Sergey Radionovw32threads: wait for the waked thread in pthread_cond_s...
2011-12-21 Alex Converseaacdec: Cleanup decode_ics_info.
2011-12-20 Rafaël Carrélavc: always align height by 32 pixel
2011-12-20 Luca Barbatoraw: add 10bit YUV definitions
2011-12-20 Diego Biurrunmpegvideo_enc: separate declarations and statements
2011-12-20 Diego Biurrunvp3: Reorder some functions to fix VP3 build with Theor...
2011-12-20 Diego Biurrunbuild: fix standalone compilation of ADX encoder
2011-12-20 Diego Biurrunbuild: fix standalone compilation of ADPCM decoders
2011-12-20 Aneesh Dogra4xm: Use bytestream2 functions to prevent overreads
2011-12-20 Aneesh Dograbytestream: add a new set of bytestream functions with...
2011-12-20 Martin Storsjövc1dec: Use the right pointer type for the tmp pointer
2011-12-19 Janne Grunauh264: clear trailing bits in partially parsed NAL units
2011-12-19 Aneesh Dogravc1: Handle WVC1 interlaced stream
2011-12-19 Aneesh Dograxl: Fix overreads
2011-12-19 Asen Lekovqcelpdec: K&R formatting cosmetics
2011-12-19 Diego Biurrunqcelpdec: cosmetics: drop some pointless parentheses
2011-12-19 Diego Biurrunx86: conditionally compile dnxhd encoder optimizations
2011-12-19 Janne GrunauRevert "h264: skip start code search if the size of...
2011-12-18 Janne Grunauh264: skip start code search if the size of the nal...
2011-12-18 Paul B. Maholcljr: fix buf_size sanity check
2011-12-18 Shitiz Gargcljr: Check if width and height are positive integers
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-18 Justin Ruggles4xm: remove unneeded check for remaining unused data.
2011-12-18 Uoti Urpalatmv decoder: set correct pix_fmt
2011-12-17 Mans Rullgarddct-test: remove unused variable cropTbl
2011-12-17 Mans Rullgardget_bits: remove LAST_SKIP_CACHE macro
2011-12-17 Mans Rullgardget_bits: remove strange/obsolete comments
2011-12-17 Mans Rullgardget_bits: whitespace (mostly) cosmetics
2011-12-17 Mans Rullgardget_bits: remove unnecessary #includes
2011-12-17 Mans Rullgardmp3dec: hack: fix decoding with safe bitstream reader
2011-12-17 Shitiz Gargadpcm: Check for channels to be a non-zero integer
2011-12-17 Ronald S. Bultjeget_bits: introduce safe bitreading to prevent overreads.
2011-12-16 Mans Rullgardget_bits: remove A32 variant
2011-12-16 Derek Buitenhuiswavpack: Fix 32-bit clipping
2011-12-16 Derek Buitenhuiswavpack: Clip samples after shifting
2011-12-16 Ronald S. Bultjeh264: don't drop B-frames after next keyframe on POC...
2011-12-16 Mans Rullgardget_bits: remove useless pointer casts
2011-12-16 Mans Rullgardrv40: NEON optimised weak loop filter
2011-12-15 Mans Rullgardv410enc: fix output buffer size check
2011-12-15 Mans Rullgardv410enc: include correct headers
2011-12-15 Mans RullgardARM: fix external symbol refs in rv40 asm
2011-12-15 Martin Storsjölibgsm: Reset the MS mode of GSM in the flush function
2011-12-15 Martin Storsjölibgsm: Set options on the right object
2011-12-15 Mans RullgardARM: dca: disable optimised decode_blockcodes() for...
next