platform/upstream/libav.git
2009-05-17 Benjamin LarssonChange from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 Benjamin LarssonIndent
2009-05-17 Benjamin LarssonSwitch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STA...
2009-05-17 Vitor SessakMake TMV decoder check packet sizes before reading...
2009-05-17 Reimar DöffingerAdd a forward declaration of mpeg1_decode_block_intra...
2009-05-17 Justin Ruggleseac3dec: use 16-bit pre-mantissas instead of 24-bit...
2009-05-17 Måns Rullgårdmpeg12: fix non-standard use of "extern inline"
2009-05-16 Yao PeterFix the M bit for multi-packet NALs.
2009-05-16 Justin Rugglesac3dec: fix coupling range check. the start subband...
2009-05-16 Måns Rullgårdoma: fix build if memcmp() is a macro
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-16 Martin StorsjöMove img_convert_ctx to VideoState and free it in strea...
2009-05-16 Martin StorsjöAdd missing frees to stream_close() and do_exit().
2009-05-16 Kostya ShishkovFix off-by-one error in MS RLE decoder which may result...
2009-05-16 Baptiste Couduriermove increment after debug print
2009-05-15 Diego Biurruncosmetics: K&R coding style, indent correctly, break...
2009-05-15 Diego BiurrunReplace 'x == 0' if conditions with '!x'.
2009-05-15 Diego Biurruncosmetics: Remove pointless {}.
2009-05-15 Diego BiurrunSurround AMR_WB encoding code by appropriate #ifdefs.
2009-05-15 Diego Biurruncosmetics: Move some more code around to avoid #ifdeffery.
2009-05-15 Diego Biurruncosmetics: Move functions around so that encoding and...
2009-05-15 Diego BiurrunRemove redundant #if condition. Two CONFIG_LIBAMR_NB...
2009-05-15 Diego BiurrunAdd av_cold attribute to amr_nb decoding/encoding initi...
2009-05-15 Benjamin LarssonBugfix for bug introduced in the multichannel cook...
2009-05-15 Ramiro Pollamlp: Simplify adressing of state and coeffs arrays...
2009-05-15 Ramiro Pollamlp: include mlp.h and use MAX_CHANNELS instead of...
2009-05-15 David ConradEnsure that we don't read from invalid memory with...
2009-05-15 Baptiste Coudurierwrite 'stps' for mpeg-2 open gop in .mov
2009-05-15 Baptiste Coudurierdecode mpeg-2 closed gop first b frames, fix issue...
2009-05-15 Baptiste Coudurierfree Track and unset priv_data to avoid double free...
2009-05-15 Baptiste Coudurierreindent
2009-05-15 Baptiste Coudurierremove unneeded length checks
2009-05-15 Baptiste Coudurierchange pic type to Picture* and remove casts
2009-05-14 Stefano SabatiniImplement av_set_options_string().
2009-05-14 Baptiste Coudurieruse flags field and remove key_frame field
2009-05-14 Baptiste Coudurierchange cts type to int, save some space
2009-05-14 Stefano SabatiniDocument av_set_string3() returned error codes.
2009-05-14 Stefano SabatiniAdd support in av_parse_color() to a "random" color...
2009-05-14 Stefano SabatiniMake case insensitive the match for the color name in
2009-05-14 Stefano SabatiniMake av_set_string3() print a message in case of unknow...
2009-05-14 Stefano SabatiniProvide a context to av_log() calls in av_set_number2...
2009-05-14 Stefano SabatiniUse a single space after an ending period and the begin...
2009-05-14 Stefano SabatiniApply documentation fixes: use third person, fix gramma...
2009-05-14 Andres MejiaAdd gnu/kfreebsd to list of recognized operating systems.
2009-05-14 Siarhei SiamashkaFix for issue #829 ("ffvorbis outputs crackling sound...
2009-05-14 Michael NiedermayerFix VBV delay for mpeg1/2 CBR.
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-05-13 Alex ConverseAdd PCE support to the ADTS muxer.
2009-05-13 Alex ConverseSubroutine to copy an AAC Program Config Element (PCE)
2009-05-13 Alex ConverseCosmetics after last commit
2009-05-13 Alex ConverseAllow parsing and decoding of ADTS AAC files with chann...
2009-05-13 Alex ConverseMove the ADTS header size to the parser's header file.
2009-05-13 Baptiste Coudurierparse 'stps' atom to set keyframe, partial sync sample...
2009-05-13 Baptiste Coudurieralign and update doxygen
2009-05-13 Baptiste Coudurierremove comment
2009-05-13 Baptiste CoudurierParse 'cslg' atom to retrieve dts shift when 'ctts...
2009-05-13 Alex ConverseAdd a quick description to the H.264 BSF
2009-05-13 Baptiste Coudurierfactorize av_set_pts_info
2009-05-13 Baptiste Couduriercosmetics, alignment
2009-05-13 Baptiste Coudurieradd casts to silence gcc warnings
2009-05-13 Baptiste Coudurieradd casts to silence gcc warnings
2009-05-12 Diego BiurrunFix bandwith vs. bandwiDth typo.
2009-05-12 Baptiste Coudurierv210 mov fourcc
2009-05-12 Baptiste Coudurierv210 avi fourcc, v210_720p.avi
2009-05-12 Baptiste CoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder
2009-05-12 Cyril ComparonPer-stream language-tags extraction in asfdec.
2009-05-12 David ConradCopy input codec's chroma_sample_location to output...
2009-05-11 Alexander ChemerisSupport 16K samplerate in Nellymoser.
2009-05-11 David ConradUpdate regression tests for y4m after r18796
2009-05-11 David ConradUse chroma_sample_location in reading/writing yuv4mpeg
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-05-11 Måns RullgårdPPC: 32-bit asm for MAC64 and MLS64
2009-05-11 Baptiste Couduriermove free data in the video case
2009-05-11 Baptiste Coudurierwrite a single pes for video frames, some proprietary...
2009-05-10 Baptiste Couduriersgi encoder does not support pal8
2009-05-10 Baptiste Coudurierrgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
2009-05-10 Baptiste Coudurierbgra in .mov muxing
2009-05-10 Baptiste Couduriercorrect pixfmt for argb
2009-05-10 Baptiste Coudurierrgba in .mov muxing
2009-05-10 Baptiste Coudurierreindent
2009-05-10 Baptiste Couduriercheck for palette presence, fix crash with QT-BMP.mov...
2009-05-10 Benjamin LarssonRemove dead nested assignment found by CSA
2009-05-10 Benjamin LarssonRemove unused code found by CSA
2009-05-10 Diego BiurrunAdd const qualifier to param argument of sws_getContext...
2009-05-10 Diego BiurrunMove preprocessor condition before variable declaration...
2009-05-10 Baptiste Coudurierensure first pts is set, according to specs
2009-05-10 Baptiste Coudurierremove useless max_payload_size variable
2009-05-10 Baptiste Coudurierdo not write dts if pts is not set
2009-05-10 Baptiste Coudurierfix total bitrate computation, based on patch by corp18...
2009-05-10 Baptiste Coudurierupdate comment for rgb 16 bit in .mov
2009-05-09 Stefano SabatiniAdd @code/@endcode commands to markup C code in av_tree...
2009-05-09 Stefano SabatiniAdd missing '*' to av_tree_insert() doxy.
2009-05-09 Diego BiurrunAdd necessary header for CONFIG_RUNTIME_CPUDETECT prepr...
2009-05-09 Diego BiurrunAdd missing const qualifiers to AltiVec function parame...
2009-05-08 Daniel Verkampdata parameter of dnxhd_encode_picture() should not...
2009-05-08 Vitor Sessak"[" is a terminating char for the filter name. This...
2009-05-08 Michael NiedermayerCorrect x/ymin to avoid segfault due to out of picture...
2009-05-07 Vitor SessakFix sliced yuv410 -> yuv420 conversion
2009-05-06 Daniel VerkampWarning fix: Make ogg_stream.codec const
2009-05-06 Daniel VerkampChange codec_id type to enum CodecID, fix warning.
next