Mercurial > libavcodec.hg
graph
-
AAC: Add a global header but output not locked output configuration status. libavcodec2009-12-02, by alexc
-
Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec2009-12-02, by alexc
-
Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec2009-12-02, by melanson
-
Use a list to track which fragments coded in this frame still have libavcodec2009-12-02, by melanson
-
Store original width/height so that rv20 does not get stuck with some libavcodec2009-12-01, by michael
-
Rename parameters of put_sbits() to make them consistent with those of libavcodec2009-11-30, by stefano
-
Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec2009-11-30, by michael
-
Disable error resilience for field pictures, this was never supported, libavcodec2009-11-30, by michael
-
Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodec2009-11-29, by michael
-
Override a few values read so as to ensure that things are not inconsistent. libavcodec2009-11-29, by michael
-
Make sure field_select is not set to nonsensical values even if unused. libavcodec2009-11-29, by michael
-
Also check the location of the picture start code and picture coding libavcodec2009-11-28, by michael
-
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec2009-11-28, by michael
-
Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec2009-11-28, by stefano
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec2009-11-26, by reimar
-
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec2009-11-26, by stefano
-
Allow decoders to correctly set the sample format by defaulting to libavcodec2009-11-26, by jai_menon
-
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec2009-11-26, by stefano
-
Mark apply_mdct() function as static; it is only used within the file. libavcodec2009-11-26, by diego
-
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec2009-11-26, by stefano
-
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec2009-11-25, by diego
-
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec2009-11-25, by ramiro
-
Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec2009-11-24, by kostya
-
Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec2009-11-23, by michael
-
Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec2009-11-22, by kostya
-
In win32 thread implementation do not access jobnr if the thread is asked libavcodec2009-11-20, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec2009-11-20, by daniel
-
Implement missing case for decoding samples with large pivot value in APE libavcodec2009-11-20, by kostya
-
10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec2009-11-20, by kostya
-
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec2009-11-19, by reimar
-
Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec2009-11-19, by bcoudurier
-
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec2009-11-15, by alexc
-
Merge data tables from als_data.h with the decoder source to reduce libavcodec2009-11-14, by thilo.borgmann
-
ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec2009-11-14, by jbr
-
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec2009-11-11, by alexc
-
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec2009-11-11, by alexc
-
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec2009-11-11, by alexc
-
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec2009-11-11, by vitor
-
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec2009-11-11, by alexc
-
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec2009-11-10, by jbr
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec2009-11-10, by cehoyos
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec2009-11-10, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec2009-11-10, by cehoyos
-
Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec2009-11-10, by michael
-
Make get_bits_left() available for use in libavcodec (was previously held libavcodec2009-11-09, by rbultje
-
And on the sixth day, God gave us the <= operand, which makes the loop libavcodec2009-11-09, by rbultje
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec2009-11-05, by reimar
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec2009-11-04, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodec2009-11-03, by alexc
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec2009-11-03, by jbr
-
Set the sample format for Smacker audio in the decoder rather than in the libavcodec2009-11-01, by jbr
-
Change whitespace placement a little to improve readabiliy slightly. libavcodec2009-10-29, by michael
-
vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec2009-10-28, by reimar
-
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec2009-10-28, by reimar
-
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec2009-10-28, by reimar
-
The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec2009-10-28, by diego
-
Remove crufty leftovers from the era when this file resided within libavformat. libavcodec2009-10-27, by diego
-
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodec2009-10-22, by daniel
-
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodec2009-10-19, by diego
-
Add additional long names for the Flash Video decoder and encoder. libavcodec2009-10-19, by stefano