platform/upstream/libav.git
2012-02-14 Paul B Maholsmjpegdec: implement seeking
2012-02-14 Diego Biurrunswscale: Remove some write-only variables related to...
2012-02-13 Ronald S. Bultjeswscale: fix crashes in yuv2yuvX on x86-32.
2012-02-13 Aneesh Dograsunrast: Add fate test for gray8.
2012-02-13 Matthew Szatmaryrtpdec: Use 4 byte startcodes for H.264
2012-02-13 Diego Biurrunmatroskadec: Mark variable as av_unused.
2012-02-13 Diego BiurrunMove some conditionally used variables into the block...
2012-02-13 Diego BiurrunDrop some completely unnecessary av_unused attributes.
2012-02-13 Diego Biurrunswscale: Remove unused variable alpMmxFilter.
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2012-02-13 Martin Storsjömovenc: Support muxing wmapro in ismv/isma
2012-02-13 Martin Storsjömpegtsenc: Add an AVOption for forcing a new PAT/PMT...
2012-02-13 Ronald S. Bultjeswscale: move YUV2PACKED16WRAPPER() macro down to where...
2012-02-13 Ronald S. Bultjeswscale: handle gray16 as a "planar" YUV format (Y...
2012-02-13 Ronald S. Bultjeswscale: use yuv2packed1() functions for unscaled chrom...
2012-02-13 Ronald S. Bultjeswscale: fix incorrect chroma bias in yuv2rgb48_1_c().
2012-02-13 Ronald S. Bultjeswscale: fix invalid memory accesses in yuvpacked1...
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-13 Diego Biurrunbuild: Set correct dependencies for rtmp* protocols...
2012-02-12 Ronald S. Bultjeswscale: convert yuv2yuvX() to using named arguments.
2012-02-12 Ronald S. Bultjeswscale: rename "dstw" to "w" to prevent name collisions.
2012-02-12 Ronald S. Bultjeswscale: use named registers in yuv2yuv1_plane() place.
2012-02-12 Andrey Utkinlavf: fix aspect ratio mismatch message.
2012-02-12 Andrey Utkinavconv: set AVFormatContext.duration from '-t'
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 Justin RugglesFATE: update reference for seek-alac_mp4
2012-02-11 Aneesh Dograsunrast: Return AVERROR values instead of -1.
2012-02-11 Aneesh Dograsunrast: Add support for gray8 decoding.
2012-02-11 Ronald S. Bultjeswscale: enforce a minimum filtersize.
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 Joakim Platecafdec: Check return value of avio_seek and avoid modif...
2012-02-10 Joakim Plateyop: Check return value of avio_seek and avoid modifyin...
2012-02-10 Joakim Platetta: Check return value of avio_seek and avoid modifyin...
2012-02-10 Joakim Platetmv: Check return value of avio_seek and avoid modifyin...
2012-02-10 Joakim Plater3d: Check return value of avio_seek and avoid modifyin...
2012-02-10 Joakim Platensvdec: Check return value of avio_seek and avoid modif...
2012-02-10 Joakim Platempc8: Check return value of avio_seek and avoid modifyi...
2012-02-10 Joakim Platejvdec: Check return value of avio_seek and avoid modify...
2012-02-10 Joakim Platefilmstripdec: Check return value of avio_seek and avoid...
2012-02-10 Joakim Plateffmdec: Check return value of avio_seek and avoid modif...
2012-02-10 Joakim Platedv: Check return value of avio_seek and avoid modifying...
2012-02-10 Joakim Platebink: Check return value of avio_seek and avoid modifyi...
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 Martin Storsjörtpenc: Write a log message if the max packet size...
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 Alex Conversedv: Fix small overread in audio frequency table.
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 Janne Grunauyadif: specify array size outside DECLARE_ALIGNED
2012-02-09 Ronald S. Bultjeprores: specify array size outside DECLARE_ALIGNED...
2012-02-09 Paul B MaholWavPack demuxer: set packet duration
2012-02-09 Paul B Maholtta: use skip_bits_long()
2012-02-09 Tomas Härdinmxfdec: Ignore the last entry in Avid's index table...
2012-02-09 Tomas Härdinmxfdec: Sanity-check SampleRate
2012-02-09 Tomas Härdinmxfdec: Handle small EditUnitByteCount
2012-02-09 Tomas Härdinmxfdec: Consider OPAtom files that do not have exactly...
2012-02-09 Tomas Härdinmxfdec: Don't crash in mxf_packet_timestamps() if curre...
2012-02-09 Tomas Härdinmxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()
2012-02-09 Tomas Härdinmxfdec: Sanity check PreviousPartition
2012-02-09 Tomas Härdinmxfdec: Never seek back in local sets and KLVs
2012-02-09 Tomas Härdinmxfdec: Move the current_partition check inside mxf_rea...
next