]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-01-06 Anton Khirnov4xm: operate with pointers to AVFrames instead of whole...
2013-01-06 Anton Khirnov4xm: eliminate a pointless indirection
2013-01-06 Anton Khirnov4xm: simplify code with FFSWAP
2013-01-06 Anton Khirnov4xm: return meaningful error codes
2013-01-05 Justin Rugglesx86: lavr: use the x86inc.asm automatic stack alignment...
2013-01-05 Xi Wangswscale: fix NULL checking in sws_alloc_context()
2013-01-05 Xi Wangmxfdec: fix NULL checking in mxf_get_sorted_table_segme...
2013-01-04 Reinhard Tartlerfinalize changelog for version 9
2013-01-04 Anton KhirnovPrepare for 9 Release.
2013-01-04 Anton KhirnovUpdate release notes for the 9 release.
2013-01-04 Anton Khirnovavprobe: also output dar/par if only defined in stream
2013-01-04 Peter Meerwaldlavr: fix missing " in header documentation
2013-01-03 Martin Storsjöaviobuf: Discard old buffered, previously read data...
2013-01-03 Martin Storsjörtsp: Add support for depacketizing RTP data via custom IO
2013-01-03 Martin Storsjörtpdec: Move the URLContext used for RTCP RR out from...
2013-01-03 Martin Storsjöaviobuf: Partial support for reading in read/write...
2013-01-03 Clément Bœschbuild: Avoid detecting bogus components named 'x'
2013-01-03 Johan Anderssoncmdutils: update copyright year to 2013
2013-01-03 Janne Grunauh264: check SPS entries directly to detect pixel format...
2013-01-03 Reinhard Tartlerforgotten changelogs for 9_beta2
2012-12-31 Martin Storsjörtmp: Add support for limelight authentication
2012-12-31 Martin Storsjörtmp: Add support for adobe authentication
2012-12-31 Martin Storsjörtmp: Add a function for writing AMF strings based...
2012-12-31 Martin Storsjörtmp: Return a proper error code in handle_invoke_error
2012-12-31 Hendrik Leppkesconfigure: suppress -fPIC in msvc builds
2012-12-31 Diego BiurrunDrop unnecessary 'l' length modifier when printfing...
2012-12-31 Diego Biurruntruemotion2: Sanitize tm2_read_header()
2012-12-30 Anton KhirnovFATE: add cavs test
2012-12-30 Anton Khirnovcavsdec: export picture type in the output frame
2012-12-30 Anton Khirnovcavs: deMpegEncContextize
2012-12-30 Anton Khirnovcavs: cosmetics, reformat top part
2012-12-30 Anton Khirnovcavsdec: cosmetics, reformat
2012-12-30 Diego Biurrunlibavcodec/utils: Add braces to shut up gcc warnings
2012-12-29 Luca Barbatosnow: use VideoDSPContext
2012-12-29 Luca Barbatohlsenc: make segment number unsigned
2012-12-29 Kanglinhlsenc: make EXT-X-MEDIA-SEQUENCE always increase
2012-12-29 Luca Barbatohlsenc: do not add timestamps in different timebases
2012-12-29 Kanglinhlsenc: use the correct AV_TIME_BASE macro
2012-12-29 Luca Barbatohlsenc: keep the playlist to the correct number of...
2012-12-29 Luca Barbatohlsenc: use the segment filename in the playlist entry
2012-12-29 Luca Barbatohlsenc: check append_entry return value
2012-12-29 Luca Barbatohlsenc: use the basename to generate the list entries
2012-12-29 Luca Barbatoavstring: add av_basename and av_dirname
2012-12-28 Diego Biurruncosmetics: Prettyprint codec/format/filter registration...
2012-12-28 Diego Biurrunavfilter: Refactor unconditional filter registration
2012-12-28 Diego Biurrunbuild: Add rtpenc_chain extra config option
2012-12-28 Diego Biurrunconfigure: Add --disable-all command line option
2012-12-25 Janne Grunaumpegvideo: initialize videodsp with correct pixel depth
2012-12-24 Anton Khirnovwnv1: cosmetics, reformat
2012-12-24 Anton Khirnovxan: remove a trivially true if().
2012-12-24 Anton Khirnovansi: do not depend on get_buffer() initializing the...
2012-12-24 Anton Khirnovzerocodec: remove an unused variable.
2012-12-24 Anton Khirnovzmbv: remove some pointless comments and empty lines
2012-12-24 Anton Khirnovyop: simplify/sanitize the decoding loop
2012-12-24 Anton Khirnovc93: set palette_has_changed.
2012-12-24 Anton Khirnovbmp: cosmetics, reformat
2012-12-23 Martin Storsjöhlsenc: Don't duplicate a string constant
2012-12-23 Stefano Sabatinihlsenc: Allocate enough space for the pattern string
2012-12-23 Martin Storsjölavc: Correct the description of pkt_dts
2012-12-23 Diego Biurrunavfilter: Compile FIFO filters unconditionally
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-23 Diego Biurrunconfigure: cosmetics: Separate hwaccel dependencies...
2012-12-23 Luca Barbatooggdec: check memory allocation
2012-12-23 Luca Barbatooggdec: K&R cosmetic formatting
2012-12-23 Luca Barbatohlsenc: correctly report target duration
2012-12-23 Anton Khirnov8bps: cosmetics
2012-12-23 Anton Khirnovaasc: cosmetics, reformat
2012-12-23 Anton Khirnovansi: remove an extra return
2012-12-23 Anton Khirnovasvdec: cosmetics, reformat
2012-12-23 Anton Khirnovaura: cosmetics, reformat
2012-12-23 Anton Khirnov4xm: don't rely on get_buffer() initializing the frame.
2012-12-23 Anton Khirnovhuffyuv: split encoder and decoder into separate files.
2012-12-23 Anton Khirnovlavc: make pkt_{p,d}ts doxy less confusing
2012-12-23 Anton Khirnovlavc: rewrite and extend AVFrame doxy
2012-12-22 Justin Rugglesopt: avoid segfault in av_opt_next() if the class does...
2012-12-22 Justin Rugglesttadec: fix last frame handling when seeking
2012-12-22 Justin Rugglesalacdec: do not be too strict about the extradata size
2012-12-22 Justin Rugglesflac: only set channel layout if not previously set...
2012-12-21 Reinhard Tartlerprepare 9_beta3 release
2012-12-21 Martin Storsjörtpdec_vp8: Don't return known-broken packets
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-12-20 Diego Biurrunconfigure: Make avconv depend on null, anull and resamp...
2012-12-20 Diego Biurrunbuild: avfilter: Remove duplicate compilation entry...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-20 Luca Barbatolavc: add missing files for arm
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-20 Martin Storsjörtp: Don't read priv_data unless it is allocated
2012-12-20 Björn Axelssonflvenc: Check whether seeking back to the header succeeded
2012-12-20 Jernej Viragsapenc: Pass the title on to the chained muxers
2012-12-19 Justin Ruggleslavr: add option for dithering during sample format...
2012-12-19 Anton Khirnovmpeg12: do not decode extradata more than once.
2012-12-19 Anton Khirnovcmdutils: pass number of groups to split_commandline().
2012-12-19 Janne Grunaumov: handle h263 and flv1 for codec_tag 'H','2','6...
2012-12-19 Victor Lopezh264: fix sps parsing for SVC and CAVLC 4:4:4 Intra...
2012-12-19 Janne Grunaumpegvideo: increase edge_emu_buffer size for VC1
2012-12-19 Ronald S. Bultjelavc: merge latest x86inc.asm fixes with x264
2012-12-18 Janne Grunauavcodec: bump minor for adaptive h264 frame-mt
2012-12-18 Anton Khirnovavconv: pass the actually selected decoder to filter_co...
2012-12-18 Anton Khirnovavconv: use new options parser.
2012-12-18 Anton Khirnovcmdutils: don't log an error in opt_default().
next