]> git.sesse.net Git - ffmpeg/history - libavcodec
Set colorspace for libtheora encoding
[ffmpeg] / libavcodec /
2009-11-22 David ConradSet colorspace for libtheora encoding
2009-11-22 David ConradSupport 4:2:2 and 4:4:4 subsampling in libtheora encoding
2009-11-22 David ConradAdd support for two pass encoding in libtheora
2009-11-22 David ConradUpdate libtheora wrapper to use the 1.0 API
2009-11-22 Kostya ShishkovUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-11-21 Alex Converse10l: Fix inverted if-condition from r20448. Fixes issue...
2009-11-21 Robert KrügerFactorize av_get_bit_rate (for future use outside of...
2009-11-20 Michael NiedermayerAllocate pictures with enough padding for jpeg.
2009-11-20 Reimar DöffingerIn win32 thread implementation do not access jobnr...
2009-11-20 Daniel VerkampAdd codec id for Flash screen codec v2 and hook it...
2009-11-20 Ramiro PollaIndent
2009-11-20 Kostya ShishkovImplement missing case for decoding samples with large...
2009-11-20 Kostya Shishkovcosmetics: break some long lines and insert few spaces
2009-11-20 Kostya Shishkov10l trocadero: ZMBV encoder used zero score to detect...
2009-11-20 Baptiste Coudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 Baptiste Coudurierclarify why the encoder is failing
2009-11-19 Stefano SabatiniFix name for PIX_FMT_NV21 PixFmtInfo entry.
2009-11-19 Reimar DöffingerDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-19 Baptiste CoudurierRevert r20548, it was a dream. It seems faad does not...
2009-11-18 Baptiste Coudurierfaad needs CODEC_CAP_DELAY, otherwise you miss last...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-16 Carl Eugen HoyosCosmetics: Fix indentation.
2009-11-15 Alex ConversePad the extradata in the AAC ADTS to AudioSpecificConfi...
2009-11-15 Vitor SessakImplement ff_decode_pitch_lag() that is used by both...
2009-11-14 Thilo BorgmannMerge data tables from als_data.h with the decoder...
2009-11-14 Thilo BorgmannAdd long-term prediction to the ALS decoder.
2009-11-14 Justin Rugglesac3dec: apply dynamic range compression to correct...
2009-11-13 Mike ScheutzowReset rbsp buffer size when freeing its data buffer.
2009-11-12 Vitor SessakBump minor version after MPEG-4 Lossless commit
2009-11-12 Carl Eugen HoyosBump minor version after applying ALS decoder.
2009-11-12 Alex ConverseMark AOT_ALS as a supported MPEG-4 audio object type.
2009-11-12 Alex ConverseCosmetics: Re-indent
2009-11-12 Alex ConverseFix a __warn_memset_zero_len gcc-4.4 warning.
2009-11-11 Thilo BorgmannAdd MPEG-4 Audio Lossless Coding (ALS) decoder.
2009-11-11 Thilo BorgmannAdd the ability to parse the ALSSpecificConfig from...
2009-11-11 Alex ConverseCosmetics: Remove the implied gap before AOT_USAC in...
2009-11-11 Alex ConverseAAC: Rename sect_len to sect_end. It marks the last...
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-11-11 Vitor SessakUse doubles in ff_set_min_dist_lsf(). After this patch...
2009-11-11 Alex ConverseAdd Low Delay MPEG Surround to the enum of MPEG-4 Audio...
2009-11-10 Justin RugglesAdd CH_LAYOUT_NATIVE channel mask value to allow user...
2009-11-10 Michael Niedermayerindent
2009-11-10 Carl Eugen HoyosCosmetics: Fix indentation after r20505.
2009-11-10 Carl Eugen HoyosAdd .pix_fmts to H264 VDPAU decoder declaration and...
2009-11-10 Michael NiedermayerTry to fix has_b_frame calculation for open gop files.
2009-11-10 Vitor SessakFix palette copying in av_picture_copy(). Previous...
2009-11-10 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-11-10 Jai MenonHandle JPEG2000 frames stored in the Quicktime container.
2009-11-10 Jai Menoncosmetics : fix indentation.
2009-11-10 Vitor SessakAvoid variable-length array use in ff_acelp_lspd2lpc()
2009-11-10 Michael NiedermayerAdd a NULL pointer check to avcodec_close() this should...
2009-11-09 Ronald S. BultjeMake get_bits_left() available for use in libavcodec...
2009-11-09 Ronald S. BultjeAnd on the sixth day, God gave us the <= operand, which...
2009-11-09 Vitor SessakDo not hardcode filter order in ff_acelp_lspd2lpc()
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-11-08 Carl Eugen HoyosUse enum FrameType as parameter to construct_perm_table().
2009-11-08 Michael NiedermayerRemove unused variable.
2009-11-08 Justin Rugglesac3dec: revert r20089. The change was just wrong. 10l...
2009-11-07 Michael NiedermayerSimpliy exp*table init, based on patch by reimar.
2009-11-05 Reimar DöffingerAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-05 Reynaldo H. Verdej... Correct double include introduced by r20450
2009-11-04 Vitor SessakReduce stack memory allocation in MP3 decoder
2009-11-04 Reynaldo H. Verdej... Implement ff_scale_vector_to_given_sum_of_squares()
2009-11-04 Reimar DöffingerPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-11-03 Alex ConverseDon't lock the channel output configuration based on...
2009-11-03 Andrew Wasonadd yuvs fourcc to raw.c and isom.c, fixes samples...
2009-11-03 Justin RugglesSimplify AC-3 critical band end calculation (correctly...
2009-11-03 Justin RugglesRevert r20050, which caused decoding errors with at...
2009-11-02 Michael NiedermayerAvoid huge array for rgb ljpeg on the stack.
2009-11-02 Ben Littlermap VYUY fourcc to rawcodec
2009-11-01 Justin RugglesSet sample format in flac_decode_init() rather than in
2009-11-01 Justin RugglesSet the sample format for Smacker audio in the decoder...
2009-10-31 Vitor SessakImplement AMR gain function that is used by both AMR...
2009-10-29 Michael NiedermayerChange whitespace placement a little to improve readabi...
2009-10-29 Michael NiedermayerMultiple inclusion guards for synth_filter.h.
2009-10-29 Francesco LavraSupport demuxing teletext in DVB streams.
2009-10-29 Michael NiedermayerVertically align function arguments.
2009-10-29 Måns RullgårdAdd generic rules for building helpers with HOSTCC
2009-10-28 Reimar Döffingervorbis_dec: factor out duplicated code for index readin...
2009-10-28 Reimar DöffingerChange format string from "x" to PRIx32 to hopefully...
2009-10-28 Måns RullgårdMakefile cosmetics
2009-10-28 Måns RullgårdGenerate mpegaudio tables only when CONFIG_HARDCODED_TA...
2009-10-28 Reimar DöffingerFix out-of-tree builds with --enable-hardcoded-tables
2009-10-28 Reimar DöffingerFix dependency: generated table is needed to create...
2009-10-28 Reimar DöffingerBetter formatting for 2D tables in tableprint code.
2009-10-28 Reimar Döffinger10l, fix incorrect endif comment.
2009-10-28 Reimar DöffingerAdd support for hardcoding the mpegaudiodec tables.
2009-10-28 Michael NiedermayerRemove unused variable j.
2009-10-28 Michael NiedermayerSplit synth filter out of dca.c.
2009-10-28 Diego BiurrunSplit PAM encoder off into its own file.
2009-10-28 Diego BiurrunSplit the decoders from pnmen.c off into their own...
2009-10-28 Diego BiurrunThe encoders in pnmenc.c now depend on the init/end...
2009-10-27 Vitor SessakCommit some functions that are used by both SIPR and...
2009-10-27 Stefano SabatiniMove pixdesc.{h,c} from libavcodec to libavutil.
2009-10-27 Stefano SabatiniConsistently use third person in doxies.
2009-10-27 Diego BiurrunMove PNM init/end functions to the PNM common code.
2009-10-27 Diego Biurrunwhitespace cosmetics: K&R coding style, prettyprinting
2009-10-27 Diego BiurrunRemove crufty leftovers from the era when this file...
2009-10-27 Ben Littleradd some raw codec fourccs, fixes:
next