]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-01-14 Anton Khirnovflicvideo: return meaningful error codes.
2013-01-14 Anton Khirnovvcr1: remove disabled encoder stub
2013-01-14 Anton Khirnovvcr1: return a meaningful error code.
2013-01-14 Anton Khirnovrpza: return a meaningful error code.
2013-01-14 Anton Khirnovqdrw: cosmetics, reformat
2013-01-14 Anton Khirnovqdrw: return meaningful error codes.
2013-01-14 Anton Khirnovqtrle: return a meaningful error code.
2013-01-14 Anton Khirnovgifdec: return meaningful error codes.
2013-01-14 Anton Khirnovinterplayvideo: remove a static variable.
2013-01-14 Anton Khirnovinterplayvideo: return meaningful error codes.
2013-01-14 Anton Khirnovlcldec: return meaningful error codes.
2013-01-14 Anton Khirnovtarga: return meaningful error codes.
2013-01-14 Anton Khirnovqpeg: return a meaningful error code.
2013-01-14 Anton Khirnovnuv: return meaningful error codes.
2013-01-14 Anton Khirnovpcx: return meaningful error codes.
2013-01-14 Anton Khirnovtmv: return meaningful error codes.
2013-01-14 Anton Khirnovmsrle: return meaningful error codes.
2013-01-14 Anton Khirnovcscd: return meaningful error codes.
2013-01-14 Daniel Kangyadif: x86: fix build for compilers without aligned...
2013-01-14 Luca Barbatolavc: introduce the convenience function init_get_bits8
2013-01-14 Luca Barbatolavc: check for overflow in init_get_bits
2013-01-13 Anton Khirnovavpacket: free side data in av_free_packet().
2013-01-13 Anton Khirnovv4l2: do not assert on a value received from outside...
2013-01-13 Anton Khirnovv4l2: set the average framerate instead of codec timebase.
2013-01-13 Anton Khirnovv4l2: avoid pointless indirection.
2013-01-13 Rémi Denis... vdpau: Add VC-1 decoding via hwaccel infrastructure
2013-01-13 Rémi Denis... vdpau: Add H.264 decoding via hwaccel infrastructure
2013-01-13 Rémi Denis... vdpau: Add MPEG-4 decoding via hwaccel infrastructure
2013-01-13 Rémi Denis... vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure
2013-01-13 Rémi Denis... vdpau: Add context and common helpers for hwaccel support
2013-01-12 Martin Storsjörtpdec: Send a valid "delay since SR" value in the...
2013-01-12 Martin Storsjörtpdec: Calculate and report packet reception jitter
2013-01-12 Martin Storsjörtpdec: Fix the calculation of expected number of packets
2013-01-12 Diego Biurrunfate: vp3: Fix fate-vp3-coeff-level64 test dependencies
2013-01-12 Diego Biurrunfate: cosmetics: Order some test entries
2013-01-12 Diego BiurrunAdd version bump and APIchanges entry for Add AV_PIX_FM...
2013-01-12 Rémi Denis... pixfmt: add picture format for VDPAU
2013-01-12 Luca Barbatoratecontrol: K&R cosmetic formatting
2013-01-11 Martin Storsjörtpdec: Remove a useless todo comment
2013-01-11 Martin Storsjörtsp: Remove an outdated comment
2013-01-11 Martin Storsjörtsp: Remove references to weirdly named variables...
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 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-10 Dale Curtismatroska: Fix use after free
2013-01-10 Ronald Bultjevp3: Fix double free in vp3_decode_end()
2013-01-10 Diego Biurrunfate: Split fate-siff test into demuxer and VB video...
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-09 Luca Barbatoyuv4mpeg: do not use deprecated functions
2013-01-09 Luca Barbatooggdec: fix faulty cleanup prototype
2013-01-09 Justin Rugglesidcin: return 0 from idcin_read_packet() on success.
2013-01-09 Justin Rugglesidcin: better error handling
2013-01-09 Justin Rugglesidcin: check for integer overflow when calling av_get_p...
2013-01-09 Justin Rugglesidcin: allow seeking back to the first packet
2013-01-09 Justin Rugglesidcin: set AV_PKT_FLAG_KEY for video packets with a...
2013-01-09 Justin Rugglesidcin: set start_time and packet duration instead of...
2013-01-09 Justin Rugglesidcin: set channel_layout
2013-01-09 Justin Rugglesidcin: fix check for presence of an audio stream
2013-01-09 Justin Rugglesidcin: validate header parameters
2013-01-09 Justin Rugglesidcinvideo: correctly set AVFrame defaults
2013-01-09 Daniel Kangyadif: Port inline assembly to yasm
2013-01-09 Justin Rugglesau: remove unnecessary casts
2013-01-09 Justin Rugglesau: return AVERROR codes instead of -1
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: set stream start time and packet durations
2013-01-09 Justin Rugglesau: use %u when printing id and channels since they...
2013-01-09 Justin Rugglesau: validate sample rate
2013-01-09 Justin Rugglesau: move skipping of unused data to before parameter...
2013-01-09 Justin Rugglesau: do not arbitrarily limit channel count
2013-01-09 Justin Rugglesau: do not set pkt->size directly
2013-01-09 Justin Rugglesau: set block_align and use it in au_read_packet()
2013-01-09 Justin Rugglesau: set bit rate
2013-01-09 Justin Rugglesau: validate bits-per-sample separately from codec tag
2013-01-09 Martin Storsjörtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
2013-01-09 Alexandra Khirnovaxan: Convert to bytestream2
2013-01-08 Justin Rugglesoggenc: add a page_duration option and deprecate the...
2013-01-08 Justin Rugglesx86: lavr: add SSE2/AVX dither_int_to_float()
2013-01-08 Justin Rugglesx86: lavr: add SSE2 quantize() for dithering
2013-01-08 Justin Rugglesdoc/APIchanges: fill in missing dates and hashes.
2013-01-08 Martin Storsjörtpdec_vp8: Request a keyframe if RTP packets are lost
2013-01-08 Martin Storsjörtpdec: Support sending RTCP feedback packets
2013-01-08 Martin Storsjörtpdec: Store the dynamic payload handler in the rtpdec...
2013-01-08 Martin Storsjörtpdec_vp8: Avoid a warning about a possibly unused...
2013-01-08 Martin Storsjörtpdec_vp8: Make sure the previous packet is returned
2013-01-08 Martin Storsjörtpdec_vp8: Set the timestamp when returning a deferred...
2013-01-08 Kanglinhlsenc: Make the start_number option set the right...
2013-01-08 Martin Storsjörtsp: Respect max_delay for the reordering queue when...
2013-01-08 Martin Storsjörtsp: Recheck the reordering queue if getting a new...
2013-01-08 Justin Ruggleslavr: log channel conversion description for any-to...
2013-01-08 Justin Ruggleslavr: mix: reduce the mixing matrix when possible
2013-01-08 Justin Ruggleslavr: cosmetics: reindent
2013-01-08 Justin Ruggleslavr: add a public function for setting a custom channe...
2013-01-08 Justin Ruggleslavr: typedef internal structs in internal.h
2013-01-07 Derek Buitenhuisdoc: Extend commit message section
2013-01-07 Derek Buitenhuisdoc: Mention memory allocation in the fuzz testing...
next