]> git.sesse.net Git - ffmpeg/history - libavcodec
msmpeg4: Add ff_ prefix to nonstatic symbols
[ffmpeg] / libavcodec /
2012-02-15 Martin Storsjömsmpeg4: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjövc1: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömsmpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-15 Martin Storsjösnow: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömpeg12: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-15 Martin Storsjölagarith: Add ff_ prefix to lag_rac_init
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to j_rev_dct*
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to inv_zigzag_direct16
2012-02-15 Martin Storsjölibavcodec: Prefix fdct_ifast, fdct_ifast248
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to some nonstatic symbols
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömpegvideo: Remove a leftover function declaration
2012-02-15 Kostya Shishkovprores encoder
2012-02-15 Kostya Shishkovprores: move data shared between decoder and encoder...
2012-02-15 Kostya Shishkovprores: fix multithreaded decoding case when slice...
2012-02-14 Paul B MaholCDXL demuxer and decoder
2012-02-14 Janne Grunaurv30: check block type validity
2012-02-14 Paul B Maholttadec: CRC checking
2012-02-14 Janne Grunaurv34: handle size changes during frame multithreading
2012-02-14 Janne Grunaurv40: prevent undefined signed overflow in rv40_loop_fi...
2012-02-14 Janne Grunaurv34: use AVERROR return values in ff_rv34_decode_frame()
2012-02-14 Janne Grunaurv34: use uint16_t for RV34DecContext.deblock_coefs
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2012-02-13 Diego BiurrunMove PS2 MMI code below the mips subdirectory, where...
2012-02-13 Diego Biurrunmips: Move MMI function declarations to a header.
2012-02-12 Anton Khirnovcljr: implement encode2.
2012-02-12 Anton Khirnovcljr: set the properties of the coded_frame, not input...
2012-02-12 Anton Khirnovdnxhdenc: switch to encode2.
2012-02-12 Anton Khirnovbmpenc: switch to encode2().
2012-02-11 Aneesh Dograsunrast: Return AVERROR values instead of -1.
2012-02-11 Aneesh Dograsunrast: Add support for gray8 decoding.
2012-02-11 Justin Rugglesalacenc: use AVCodec.encode2()
2012-02-11 Justin Rugglesalacenc: cosmetics: indentation
2012-02-11 Justin Rugglesalacenc: consolidate bitstream writing into a single...
2012-02-11 Justin Rugglesalacenc: only encode frame size in header for a final...
2012-02-11 Justin Rugglesalacenc: store current frame size in AlacEncodeContext.
2012-02-11 Justin Rugglesalacenc: return AVERROR codes in alac_encode_frame()
2012-02-11 Justin Rugglesalacenc: calculate a new max frame size for the final...
2012-02-11 Justin Rugglesalacenc: pretty-printing and other cosmetics
2012-02-11 Justin Rugglesalacenc: fix error handling and potential memleaks...
2012-02-11 Justin Rugglesalacenc: do not set coded_frame->key_frame
2012-02-11 Justin Rugglesalacenc: do not set bits_per_coded_sample
2012-02-11 Justin Rugglesalacenc: remove unneeded frame_size check in alac_encod...
2012-02-11 Ronald S. Bultjetta: error out if samplerate is zero.
2012-02-11 Justin Rugglesttadec: fix invalid free when an error occurs while...
2012-02-11 Justin Ruggleswavpack: add needed braces for 2 statements inside...
2012-02-10 Paul B Maholv210enc: remove redundant check for pix_fmt
2012-02-10 Paul B Maholwavpack: allow user to disable CRC checking
2012-02-10 Aneesh Dograv210enc: Use Bytestream2 functions
2012-02-10 Paul B MaholCheck AVCodec.pix_fmts in avcodec_open2()
2012-02-10 Alex Conversesvq3: Prevent illegal reads while parsing extradata.
2012-02-10 Rafaël Carréremove ParseContext1
2012-02-10 Rafaël Carrévc1: use ff_parse_close
2012-02-10 Rafaël Carrémpegvideo parser: move specific fields into private...
2012-02-10 Rafaël Carrémpeg4video parser: move specific fields into private...
2012-02-10 Rafaël Carrécavs parser: fix parser context type
2012-02-10 Yordan Makariev4xm, timefilter: K&R formatting cosmetics
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2012-02-10 Alex Conversedv: Move tables from dvdata.h to dvdata.c
2012-02-10 Alex Conversedv: Move a table used only by the demuxer out of a...
2012-02-10 Alex Conversedv: Move functions used only by the encoder out of...
2012-02-10 Alex Conversedv: Split dvdata.h into dvdata.h and dvquant.h
2012-02-10 Justin Rugglesavcodec: set avpkt->size to 0 if encode2() did not...
2012-02-10 Justin Rugglesavcodec: for audio encoding, set packet dts to packet...
2012-02-10 Justin Rugglesac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
2012-02-10 Michael Niedermayerac3dec: Move center and surround mix level tables to...
2012-02-09 Alex Converseaacdec: Unify preconfigured layout and PCE layout.
2012-02-09 Alex Converseaacdec: Support native channel layout when requested.
2012-02-09 Alex Converseaacdec: Try to sniff a reasonable channel layout for...
2012-02-09 Martin Storsjölibavcodec: Don't do av_free(av_malloc(0)) for bitstrea...
2012-02-09 Janne Grunaueac3dec: replace undefined 1<<31 with INT32_MIN in...
2012-02-09 Ronald S. Bultjeprores: specify array size outside DECLARE_ALIGNED...
2012-02-09 Paul B Maholtta: use skip_bits_long()
2012-02-09 Diego Biurrunbuild: Add missing directories to DIRS declarations.
2012-02-09 Diego Biurrunarm: Add missing #include to vp8.h to fix a make checkh...
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2012-02-09 Aneesh Dograbytestream: K&R formatting cosmetics
2012-02-08 Anton Khirnovrawenc: switch to encode2().
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-08 Anton Khirnovlibx264: implement encode2().
2012-02-08 Anton Khirnovlibx264: split extradata writing out of encode_nals().
2012-02-08 Anton Khirnovlavc: add avcodec_encode_video2() that encodes from...
2012-02-08 Ronald S. Bultjeh264: manually save/restore XMM registers for functions...
2012-02-08 Alex Converseaacdec: Use correct speaker order for 7.1.
2012-02-08 Alex Converseaacdec: Remove incorrect comment.
2012-02-08 Alex Converseaacdec: Simplify output configuration.
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-07 Ronald S. Bultjedsputil: set STRIDE_ALIGN to 16 for x86 also.
2012-02-07 Ronald S. Bultjepngdsp: swap argument inversion.
2012-02-07 Michael Kostylevh264: mark h264_idct_add8_10 with number of XMM registers.
2012-02-07 Ronald S. Bultjevp8: always update next_framep[] before returning from...
2012-02-07 Justin Rugglesapedec: allow the user to set the maximum number of...
2012-02-07 Justin Rugglesapedec: do not unnecessarily zero output samples for...
2012-02-07 Justin Rugglesapedec: allocate a single flat buffer for decoded samples
2012-02-07 Justin Rugglesapedec: use sizeof(field) instead of sizeof(type)
2012-02-06 Aneesh Dograbytestream: Add bytestream2 writing API.
2012-02-06 Paul B MaholRevert "v210enc: use FFALIGN()"
next