]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-06-05 Stefano SabatiniBump lavu minor and add APIchanges entry after AV_BASE6...
2010-06-05 Diego Biurrunlibvpx now has an (L)GPL-compatible license.
2010-06-04 Baptiste CoudurierMore mov rawvideo fourcc supported by the rawvideo...
2010-06-04 Baptiste CoudurierMore mov rawvideo fourcc
2010-06-04 Baptiste Coudurierfix raw 555 pixel format, add abgr fourcc
2010-06-04 David Conradmatroskaenc: Don't write a second seekhead for the...
2010-06-04 David Conradmatroskaenc: Check that tracks was allocated
2010-06-04 David Conradmatroskaenc: Use av_get_random_seed -> lfg for segment UID
2010-06-04 David Conradmatroskaenc: Make put_ebml_binary take a void pointer
2010-06-04 James ZernAdd WebM muxer
2010-06-04 James Zernmatroskaenc: Mux clusters better
2010-06-04 David ConradAdd myself as libvorbis.c maintainer
2010-06-04 David Conradlibvorbis: Disable strict bitrate management when not...
2010-06-04 David Conradlibvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in...
2010-06-04 David Conradlibvorbis: Hook up min/max bitrate
2010-06-04 Anton Khirnovmetadata: mention how to remove tags.
2010-06-04 Anton Khirnovreindent after previous commit.
2010-06-04 Anton Khirnovmetadata: make conversion to the same format a noop.
2010-06-04 Martin Storsjörtspenc: Write the interleaving header in the same...
2010-06-04 Martin Storsjöhttp: Set http_code to 200 when doing a POST
2010-06-04 David ConradAdd bitexact versions of put_no_rnd_pixels8 _x2 and...
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-06-04 Howard ChuAdd AV_BASE64_SIZE() macro
2010-06-03 Frank BarchardRaise default vorbis encoding quality.
2010-06-03 Stefano SabatiniFix typo.
2010-06-03 Stefano SabatiniExclude from the lavfi_pix_fmts regression test the...
2010-06-03 Michael NiedermayerClarify that get/release_buffer() overriding only works...
2010-06-03 Michael NiedermayerDocument the frames returned by the decoder better.
2010-06-03 Stefano SabatiniRename ffplay-doc.texi @chapter "Introduction" to ...
2010-06-03 Stefano SabatiniRename ffprobe-doc.texi @chapter "Introduction" to...
2010-06-03 Stefano SabatiniRename ffserver-doc.texi @chapter "Introduction" to...
2010-06-03 Michael NiedermayerDeprecate PIX_FMT_YUVJ*
2010-06-03 Martin Storsjöffserver: Calculate cur_pts using first_pts as origin...
2010-06-03 James ZernVP8 encoding via libvpx.
2010-06-03 kemuriwin32: Use _fstati64() instead of plain old fstat(...
2010-06-03 Martin Storsjöhttpauth: Fix the length passed to av_strlcat
2010-06-03 Stefano SabatiniMove section EXAMPLES towards the end of the ffmpeg...
2010-06-03 Stefano SabatiniMake consistent the various SEE ALSO sections in the...
2010-06-03 Stefano SabatiniPut @ignore-d man page specific trailer at the end...
2010-06-03 Stefano SabatiniFix misc typos.
2010-06-03 Stefano SabatiniChange type of {audio,video,subtitle}_codec_tag variabl...
2010-06-03 Luca BarbatoRemove stray and possibly wrong line, rtpdec.c sets...
2010-06-03 Alex Converseaacdec: Work around illegal files with all elem_id...
2010-06-02 Måns RullgårdARM: struct offsets for Apple ABI
2010-06-02 Måns RullgårdARM: remove some unnecessary ifdefs, fix implicit decla...
2010-06-02 Måns RullgårdARM: check struct offsets only when they are used
2010-06-02 Stefano SabatiniRemove weird empty line and perform vertical align.
2010-06-02 Stefano SabatiniMake write_streamheader() log a message if there is...
2010-06-02 Stefano SabatiniMake write_streamheader() return a meaningful error...
2010-06-02 Stefano SabatiniMake write_header() and write_headers() return an error...
2010-06-02 Stefano SabatiniMake write_streamheader() and write_headers() accept an
2010-06-02 Jason Garrett... Properly initialize x264_picture_t in libx264.
2010-06-02 Stefano SabatiniRemove useless variables in get_common_elements().
2010-06-02 Måns RullgårdUse .p2align in ASMALIGN() macro
2010-06-02 Måns RullgårdARM: fail build if hardcoded struct offsets are wrong
2010-06-02 Frank BarchardAvoid division by zero that caused noise, typically...
2010-06-02 Måns Rullgårdbink: correctly align local arrays
2010-06-02 Stefano SabatiniAdd APIchanges entry for av_get_codec_tag_string().
2010-06-02 Stefano SabatiniMake the error message issued in case of invalid codec...
2010-06-02 Stefano SabatiniMake avcodec_string() use av_get_codec_tag_string().
2010-06-02 Stefano SabatiniImplement av_get_codec_tag_string() and use it in ffprobe.
2010-06-02 Martin Storsjöffserver: Allow floating point audio bit rates
2010-06-01 David Conradarm neon: Add missing mangle to external symbol
2010-06-01 Reimar DöffingerDo not check_lib for -lva if vaapi is disabled, having...
2010-06-01 Reinhard TartlerAdd an entry to APIchanges for the addition of sws_conv...
2010-06-01 Ronald S. BultjeChange default number of channels (used if unspecified...
2010-06-01 Michael NiedermayerPrint an error when MAX_STREAMS is reached.
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-06-01 Måns RullgårdARM: NEON clear_block[s]
2010-06-01 Sebastian VaterMove get_buffer() calls from decode_init() to decode_fr...
2010-06-01 Stefano SabatiniRename @chapter "Quick Start" to "Examples", for consis...
2010-06-01 Stefano SabatiniFix texi2pod.pl rendering of the Tips section by puttin...
2010-06-01 Stefano SabatiniMake texi2pod.pl accept @itemize commands with no follo...
2010-06-01 Stefano SabatiniMerge @chapter Introduction and @chapter Description...
2010-06-01 Stefano SabatiniMove internal scale context fields initialization from
2010-06-01 Stefano SabatiniFix eval-test compilation.
2010-06-01 Stefano SabatiniCosmetics: reindent and break some overly long line.
2010-06-01 Stefano SabatiniCosmetics: consistently apply K&R style.
2010-06-01 Stefano SabatiniCosmetics: rename ff_parse_expr() and ff_parse_and_eval...
2010-06-01 Stefano SabatiniMake ff_parse_expr() and ff_parse_and_eval_expr() retur...
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-06-01 Reinhard Tartlerremove palette8torgb15 and palette8tobgr15
2010-05-31 Janne Grunauffmpeg: offer alternatives for experimental codecs...
2010-05-31 Janne Grunauffmpeg: fail if user selected codec is experimental...
2010-05-31 Baptiste CoudurierPass codec pixel format list to get_format, if present...
2010-05-31 Diego BiurrunAdd a short note about libvpx.
2010-05-31 Peter RossPrevent au_read_packet() looping endlessly when .au...
2010-05-30 Maxim PoliakovskiMake dequantization equation use less registers on...
2010-05-30 Maxim PoliakovskiRemove unused variables.
2010-05-30 Peter Rossautomatically enable buffer_filter when compiling ffmpeg
2010-05-30 Diego BiurrunRename yuv2rgb_template2.c --> yuv2rgb_template.c now...
2010-05-30 Diego BiurrunThe GPL-licensed optimizations in libswscale have been...
2010-05-30 Diego BiurrunRemove GPL-licensed YUV to RGB MMX routines.
2010-05-29 Måns RullgårdARM: NEON optimised dct_unquantize_h263_{intra,inter}
2010-05-29 Diego BiurrunRequire --enable-nonfree flag for libvpx.
2010-05-29 Kostya Shishkov321l: do not use shifted s->linesize instead of correct...
2010-05-28 Baptiste CoudurierIn h264 decoder, use jpeg yuv pixel format when full...
2010-05-28 Alex Converseaacenc: Remove an unnecessary division from the TLS.
2010-05-28 Alex ConverseCosmetics: whitespace
2010-05-28 Alex Converseaacenc: Remove unnecessary variables and scopes in...
next