]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-07-12 Luca Barbatopcm: always use codec->id instead of codec_id
2013-07-12 Luca Barbatovdpau: use the correct namespace for the union
2013-07-12 Luca Barbatomlpdec: Do not set invalid context in read_restart_header
2013-07-12 Luca Barbatomlpdsp: x86: Respect cpuflags
2013-07-12 Luca Barbatopcx: Do not overread source buffer in pcx_rle_decode
2013-07-12 Luca Barbatopcx: K&R formatting cosmetics
2013-07-11 Martin Storsjöconfigure: Check for support for labels in the inline...
2013-07-10 Luca Barbatowmavoice: conceal clearly corrupted blocks
2013-07-10 Luca Barbatowmavoice: use init_static_data
2013-07-10 Luca Barbatowmavoice: return meaningful error codes
2013-07-10 Luca Barbatoiff: Do not read over the source buffer
2013-07-10 Luca Barbatoiff: K&R formatting cosmetics
2013-07-09 Luca Barbatoqdm2: Conceal broken samples
2013-07-09 Luca Barbatoqdm2: refactor joined stereo support
2013-07-09 Luca Barbatoadpcm: Write the correct number of samples for ima-dk4
2013-07-09 Luca Barbatoimc: Catch a division by zero
2013-07-09 Luca Barbatoatrac3: Error on impossible encoding/channel combinations
2013-07-09 Luca Barbatoatrac3: set the getbits context the right buffer_end
2013-07-09 Luca Barbatoatrac3: fix error handling
2013-07-08 Martin Storsjömovenc: Rename the timestamp parameter to dts in write_...
2013-07-08 Martin Storsjömovenc: Make sure the RTP hint tracks have nondecreasin...
2013-07-07 Luca Barbatoqdm2: check and reset dithering index per channel
2013-07-07 Luca Barbatoqdm2: formatting cosmetics
2013-07-07 Luca Barbatoqdm2: use init_static_data
2013-07-07 Luca Barbatowestwood_vqa: do not free extradata on error in read_header
2013-07-07 Luca Barbatovqavideo: check the version
2013-07-07 Luca Barbatocmdutils: wrap exit explicitly
2013-07-07 Martin Storsjömovenc: K&R formatting cosmetics
2013-07-07 Michael NiedermayerMakefile: Remove stray tabs
2013-07-07 Ronald S. Bultjevp8: Wait for prev_frame to parse segment_map before...
2013-07-07 Ronald S. Bultjeyuv4mpeg: Correctly round chroma up for odd luma sizes
2013-07-07 Michael Niedermayerrmdec: Use the AVIOContext given as parameter in rm_rea...
2013-07-07 Michael Niedermayeravio: Handle AVERROR_EOF in the same way as the return...
2013-07-07 Luca Barbatowtv: Mark attachment with a negative stream id
2013-07-07 Luca Barbatoavprobe: rename the prettyprint structures
2013-07-06 Diego Biurruntools: Wording and formatting cosmetics
2013-07-06 Diego Biurruntests: Only run noproxy test if networking is enabled
2013-07-06 Luca Barbatofifo: K&R formatting cosmetics
2013-07-06 Luca Barbatokmvc: Clip pixel position to valid range
2013-07-06 Luca Barbatokmvc: use fixed sized arrays in the context
2013-07-05 Luca Barbatobitstream_filter: K&R formatting cosmetics
2013-07-04 Luca Barbatocompat: wrap math.h to avoid AIX-specific clashes
2013-07-04 Luca Barbatolog: pass the correct parameters to missing_feature_sample
2013-07-04 Luca Barbatoindeo: reject negative array indexes
2013-07-04 Luca Barbatoindeo: Cosmetic formatting
2013-07-04 Luca Barbatoindeo: Refactor ff_ivi_init_tiles and ivi_decode_blocks
2013-07-04 Luca Barbatoindeo: Refactor ff_ivi_dec_huff_desc
2013-07-04 Luca Barbatoindeo: use a typedef for the mc function pointer
2013-07-04 Jason Garrett... cabac: x86 version of get_cabac_bypass
2013-07-04 Kostya Shishkovaic: use chroma scan tables while decoding luma compone...
2013-07-02 Michael Niedermayerjpeg2000: Use the matching coding style struct for...
2013-07-02 Michael Niedermayerjpeg2000: Merge rescaling with interleaving in 9/7...
2013-07-02 Michael Niedermayerjpeg2000: Optimize output sample conversion
2013-07-02 Michael Niedermayerjpeg2000: Reset s->numX/Ytiles on tile deallocation
2013-07-02 Michael Niedermayerjpeg2000: Optimize dequantization
2013-07-02 Michael Niedermayerjpeg2000: Do not assume a single tile
2013-07-02 Michael Niedermayerjpeg2000: Speed up jpeg2000_decode_tile()
2013-07-02 Michael Niedermayerjpeg2000: Use EBCOT's CAUSAL and BYPASS mode in decode_...
2013-07-02 Michael Niedermayerjpeg2000: Simplify jpeg2000_decode_packets()
2013-07-02 Michael Niedermayerjpeg2000: Do not crash on NULL node in tag_tree_decode
2013-07-02 Michael Niedermayerjpeg2000: Refactor SOT marker parsing
2013-07-02 Luca Barbatojpeg2000: Proper cleanup on failure in decode_frame()
2013-07-02 Michael Niedermayerjpeg2000: Use the correct sizeof in memset for T1 data
2013-07-02 Michael Niedermayerjpeg2000: Simplify init_tile()
2013-07-02 Michael Niedermayerjpeg2000: Update pixel format support
2013-07-02 Michael Niedermayerjpeg2000: Compute corrections of sub-band coordinates
2013-07-02 Michael Niedermayerjpeg2000: Remove unneeded variable initialization
2013-07-02 Michael Niedermayerjpeg2000: Use separate fields for int and float codepaths
2013-07-02 Michael Niedermayerjpeg2000: Split int/float codepaths depending on the DWT
2013-07-02 Michael Niedermayerjpeg2000: Improve reduced resolution decoding
2013-07-02 Michael Niedermayerjpeg2000: Compute quantization for 'scalar derived...
2013-07-02 Michael Niedermayerjpeg2000: Calculate code-block coord in ff_jpeg2000_ini...
2013-07-02 Michael Niedermayerjpeg2000: Fix compute precedence error in lut_gain...
2013-07-02 Michael Niedermayerjpeg2000: Initialize code blocks structures in precinct...
2013-07-02 Michael Niedermayerjpeg2000: Check that we have enough components for MCT
2013-07-02 Michael Niedermayerjpeg2000: Check that there is a SOT before SOD
2013-07-02 Michael Niedermayerjpeg2000: Remove unneeded returns
2013-07-02 Michael Niedermayerjpeg2000: Propagate error code from get_cox()
2013-07-02 Michael Niedermayerjpeg2000: Check that nreslevels2decode has been initial...
2013-07-02 Michael Niedermayerjpeg2000: Drop unused and writeonly fields
2013-07-02 Michael Niedermayerjpeg2000: Correctly calculate sgnd
2013-07-02 Michael Niedermayerjpeg2000: check len before parsing header
2013-07-02 Michael Niedermayerjpeg2000: Check component number in get_coc() and get_qcc()
2013-07-02 Michael Niedermayerjpeg2000: Check zero bit-plane validity
2013-07-02 Luca Barbatojpeg2000: Validate block lengthinc
2013-07-02 Michael Niedermayerjpeg2000: Validate SIZ parsing
2013-07-02 Michael Niedermayerjpeg2000: Validate SOT parsing
2013-07-02 Michael Niedermayerjpeg2000: Use bytestream2
2013-07-02 Luca Barbatojpeg2000: Clean up return paths and error messages
2013-07-02 Luca Barbatojpeg2000: Define the maximum decomposition levels
2013-07-02 Michael Niedermayerjpeg2000: Check code-block size
2013-07-02 Luca Barbatojpeg2000: Validate resolution levels
2013-07-02 Anton Khirnovoggdec: do not fall back on binary search in the generi...
2013-07-02 Loren Merrittlls/x86: use 3-operator vaddpd in ADDPD_MEM
2013-07-01 Luca BarbatoRevert "indeo5: reject negative motion vectors"
2013-07-01 Luca Barbatoindeo: check for reference when inheriting mvs
2013-07-01 Luca Barbatoindeo5: reject negative motion vectors
2013-07-01 Luca Barbatoindeo: use proper error code
2013-07-01 Luca Barbatoindeo: Properly forward the error codes
2013-06-30 Loren Merrittx86: lpc: fix a segfault in av_evaluate_lls_sse2()
next