]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-01-12 Michael NiedermayerMerge commit 'c44784c9bb9d0ddf5d39d0dfa640816a57b8f457'
2013-01-12 Stefano Sabatinidoc/protocols: improve wording of a sentence in http...
2013-01-12 Stefano Sabatinidoc/ffserver: remove painfully outdated "What do I...
2013-01-12 Stefano Sabatinidoc/ffserver: remove paragraph in the introductory...
2013-01-12 Stefano Sabatinidoc/ffserver: rework introducing paragraphs of the...
2013-01-12 Stefano Sabatinidoc/protocols: document http protocol options
2013-01-12 Stefano Sabatinilavf/http: fix/extend option descriptions
2013-01-12 Michael Niedermayermpegvideo: dont leave stale pointers in next/last picture
2013-01-12 Michael Niedermayervc1dec: ensure cbpcy_vlc has been set before decoding...
2013-01-11 Michael Niedermayerfate: try to fix dirac
2013-01-11 Michael Niedermayerh264: reset first_field when current_picture_ptr is...
2013-01-11 Martin Storsjörtp: Rename a static variable to normal naming conventions
2013-01-11 Martin Storsjörtp: Cosmetic cleanup
2013-01-11 Clément Bœschfate: add dirac decoding test (main profile).
2013-01-11 Michael Niedermayermjpegdec: Fix out of array read in unescaping code
2013-01-11 Michael Niedermayermxfdec: Fix integer overflow with many channels
2013-01-11 Michael Niedermayerwavpack: check pointer to avoid overreading input buffer
2013-01-11 Michael Niedermayerra144enc: fix two "may be used uninitialized in this...
2013-01-11 Michael Niedermayerau: switch to ff_pcm_read_packet() again, after the...
2013-01-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-01-11 Michael NiedermayerMerge commit '7b8c5b263bc680eff5710bee5994de39d47fc15e'
2013-01-11 Michael NiedermayerMerge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30'
2013-01-11 Paul B Mahollavf: remove nonexistent symbols
2013-01-11 Marcin Juszkiewiczconfigure: enable pic for shared libs on AArch64
2013-01-11 Luca Barbatozmbv: Reset the decoder on keyframe errors
2013-01-11 Vladimir Pantelicvc1dec: prevent a crash due missing pred_flag parameter
2013-01-11 Michael Niedermayererror_concealment: Check that the picture is not in...
2013-01-11 Michael Niedermayerass_split: fix out of array access in ass_split()
2013-01-11 Michael Niedermayerass_split: fix out of array access
2013-01-10 Michael Niedermayervorbisdec: Check bark_map_size.
2013-01-10 Dale Curtismatroska: Fix use after free
2013-01-10 Nicolas Georgelavfi/vf_overlay: check that filter_frame does not...
2013-01-10 Michael Niedermayerswr: check that allocation of in/out_convert succeeded
2013-01-10 Ronald Bultjevp3: Fix double free in vp3_decode_end()
2013-01-10 Michael Niedermayerswr: Use a temporary buffer for dither/Noise shaping...
2013-01-10 Michael Niedermayerswr: mark noise data for noise shaping as const
2013-01-10 Michael Niedermayerswr: add seperate in/out pointers to the noise shaping...
2013-01-10 Michael Niedermayerswr: rename dither_pos to noise_pos
2013-01-10 Diego Biurrunfate: Split fate-siff test into demuxer and VB video...
2013-01-10 Michael Niedermayeridcin: fix memleak
2013-01-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-01-10 Carl Eugen... Do not allow arbitrary packet size in aac decoder.
2013-01-10 Michael NiedermayerMerge commit 'ed79093222ceb42f0c3a39095a69af0b32be5450'
2013-01-10 Michael NiedermayerMerge commit '5d0450461ff729be5f531d333d29754155e406c5'
2013-01-10 Michael NiedermayerMerge commit '7040e479a1530b2eda4b89a182d5eb50a77bd907'
2013-01-10 Michael NiedermayerMerge commit 'ccc0ffb1ba3fc1adb05a9f56dfc26131e61db3fb'
2013-01-10 Michael NiedermayerMerge commit '12c2530b1d87fa94f81ea97df575b77c825e6f4f'
2013-01-10 Michael NiedermayerMerge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'
2013-01-10 Michael NiedermayerMerge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d'
2013-01-10 Michael NiedermayerMerge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f'
2013-01-10 Michael NiedermayerMerge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1'
2013-01-10 Michael NiedermayerMerge commit 'c837b38dd33a11c3810e988a60193a858eb4f58c'
2013-01-10 André Pankratzlavfi/yadif: fix shorthand/option mismatch
2013-01-10 Michael NiedermayerMerge commit '2613de88051818abafccb98646394341887acb3a'
2013-01-10 Michael NiedermayerMerge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114'
2013-01-10 Carl Eugen... Fix compilation with --disable-everything.
2013-01-10 Martin Storsjörtpdec_vp8: Don't trim too much data from broken frames
2013-01-10 Martin Storsjörtpdec_vp8: Simplify code by using an existing helper...
2013-01-10 Martin Storsjörtpdec: Add a terminating null byte at the end of the...
2013-01-10 Michael Niedermayerwmalosslessdec: make arrays indexed by ch large enough...
2013-01-10 Michael Niedermayertarga: use checked bytestream read
2013-01-10 Michael Niedermayerqdm2: fix out of stack array read.
2013-01-10 Michael Niedermayerswr: scale data down in noise shaping to avoid cliping
2013-01-09 Michael Niedermayerswr: reorder the operations in the noise shaping code
2013-01-09 Michael Niedermayerswr: add noise_scale field to seperate it from the...
2013-01-09 Michael Niedermayerswr: fix the noise sample type for noise shaping
2013-01-09 Michael Niedermayerswr: split swri_dither_init() out
2013-01-09 Michael Niedermayerdoc: add noise shaping dithers
2013-01-09 Carl Eugen... Add -movflags rtphint documentation.
2013-01-09 Luca Barbatoyuv4mpeg: do not use deprecated functions
2013-01-09 Luca Barbatooggdec: fix faulty cleanup prototype
2013-01-09 Justin Rugglesidcin: better error handling
2013-01-09 Justin Rugglesidcin: return 0 from idcin_read_packet() on success.
2013-01-09 Justin Rugglesidcin: allow seeking back to the first packet
2013-01-09 Justin Rugglesidcin: set start_time and packet duration instead of...
2013-01-09 Justin Rugglesidcin: fix check for presence of an audio stream
2013-01-09 Justin Rugglesidcinvideo: correctly set AVFrame defaults
2013-01-09 Justin Rugglesidcin: check for integer overflow when calling av_get_p...
2013-01-09 Justin Rugglesidcin: set AV_PKT_FLAG_KEY for video packets with a...
2013-01-09 Justin Rugglesidcin: set channel_layout
2013-01-09 Justin Rugglesidcin: validate header parameters
2013-01-09 Michael Niedermayerswr: remove unused variable
2013-01-09 Michael Niedermayerswr: move dither related fields to their own context
2013-01-09 Daniel Kangyadif: Port inline assembly to yasm
2013-01-09 Michael Niedermayerswr: update copyright years of a few files iam working on
2013-01-09 Michael Niedermayerswr: Implement Noise shaping dither
2013-01-09 Justin Rugglesau: cosmetics: pretty-print and remove pointless comments
2013-01-09 Justin Rugglesau: use ff_raw_write_packet()
2013-01-09 Justin Rugglesau: use %u when printing id and channels since they...
2013-01-09 Justin Rugglesau: move skipping of unused data to before parameter...
2013-01-09 Justin Rugglesau: do not set pkt->size directly
2013-01-09 Justin Rugglesau: remove unnecessary casts
2013-01-09 Justin Rugglesau: set stream start time and packet durations
2013-01-09 Justin Rugglesau: validate sample rate
2013-01-09 Justin Rugglesau: do not arbitrarily limit channel count
2013-01-09 Justin Rugglesau: return AVERROR codes instead of -1
2013-01-09 Justin Rugglesau: set bit rate
2013-01-09 Justin Rugglesau: set block_align and use it in au_read_packet()
2013-01-09 Justin Rugglesau: validate bits-per-sample separately from codec tag
2013-01-09 Peter Rossfrmdec: tag 5 is AV_PIX_FMT_BGRA with reversed alpha...
next