OSDN Git Service

coroid/ffmpeg_saccubus.git
2008-01-07 Justin Rugglessplit out init of downmix coeffs into a separate functi...
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2008-01-06 Justin Rugglesremove unneeded variable from AC3DecodeContext
2008-01-06 Justin Rugglesmake sure that the last coupling band stops at the...
2008-01-06 Diego Biurruncosmetics: Add another pair of parentheses to aid reada...
2008-01-06 Justin Rugglesfix phase flag processing for the case when coupling...
2008-01-06 Diego BiurrunRename two structures, identifiers starting with _...
2008-01-06 Baptiste Couduriercosmetics, split overly long lines
2008-01-06 Kostya ShishkovFractional parts of motion vectors should be accounted...
2008-01-06 Diego PettenòMake AVRtpPayloadTypes static and constant
2008-01-06 Justin Rugglesfix playing of multichannel audio for codecs without...
2008-01-05 Ivo van Poortencosmetics, superfluous space
2008-01-05 Ivo van Poortenproper check for valid pva_pts
2008-01-05 Ivo van Poortendo not return an error, but warn and recover when encou...
2008-01-05 Ivo van Poortenvalidate streamid before use
2008-01-05 Ivo van Poortenchange audio codec id to mp2
2008-01-05 Ivo van Poortenproper type and initialization of pva_pts
2008-01-05 Ivo van Poortenremove unnecessary shift
2008-01-05 Justin Rugglescheck for request_channels in dca init function
2008-01-05 Justin Rugglesadd downmixing support to libfaad decoder
2008-01-05 Justin Rugglescosmetics: indentation after last commit
2008-01-05 Justin Rugglesmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 Justin Rugglesremove unneeded variables from AC3HeaderInfo
2008-01-05 Justin Rugglesdo not set channels before checking request_channels
2008-01-05 Justin Rugglesuse request_channels in liba52 decoder
2008-01-05 Justin Rugglescosmetics: indentation
2008-01-05 Justin Rugglescheck for request_channels at codec init
2008-01-05 Justin Rugglesdo not set channels before checking request_channels
2008-01-05 Luca AbeniUpdate maintainership information after the rtp.c split
2008-01-05 Justin Rugglesadjust output channels based on AVCodecContext.request_...
2008-01-05 Michael NiedermayerDrop non key frames before the first key frame.
2008-01-04 Aurelien Jacobsinstall crc.h which is now part of public API
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Luca AbeniSplit the RTP muxer out of rtp.c, to simplify the RTSP...
2008-01-04 Benjamin LarssonEnable proper output from the LFE channel, based on...
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...
2008-01-04 Michael Niedermayerindent
2008-01-04 Michael NiedermayerFlip key and element so types match, not that it matter...
2008-01-04 Michael NiedermayerDocument O() time.
2008-01-04 Michael NiedermayerDocument node removial API.
2008-01-04 Michael NiedermayerFix selftest.
2008-01-04 Michael NiedermayerSupport removing elements.
2008-01-04 Michael NiedermayerMove *malloc() out of tree.c, that way the code can...
2008-01-04 Kostya ShishkovRV30 thirdpel motion compensation support
2008-01-04 lars.taeuber... A few lines of text about the range coder, part of...
2008-01-04 Diego BiurrunAdd a note about the license of libamr.
2008-01-04 Diego BiurrunSpell out WB and NB.
2008-01-04 Diego BiurrunChange some files to only include the necessary headers.
2008-01-04 Benoit FouetInitialize "saved" buffer to zero.
2008-01-04 Ronald S. BultjeMake three rm demuxer functions non static.
2008-01-04 Michael NiedermayerAlways set next correctly, even if a matching element...
2008-01-04 Diego PettenòMake pp_help a constant pointer to constant characters...
2008-01-04 Justin Rugglescosmetics: indentation and add a TODO comment
2008-01-03 Justin Rugglesonly check ac3 crc if AVCodecContext.error_resilience > 0
2008-01-03 Justin Rugglescosmetics: indentation after last commit
2008-01-03 Justin Rugglesremove workaround which is no longer needed due to
2008-01-03 Luca AbeniRationalize some dependencies between rtsp and rtp
2008-01-03 Luca AbeniFix the RTP muxer dependencies
2008-01-03 Ivo van Poortenuse one shift less in get_pts()
2008-01-03 Kostya ShishkovMake decode210() common function.
2008-01-03 Diego PettenòMake pp_get_mode_by_name_and_quality accept a constant...
2008-01-03 Diego PettenòMake filterDelimiters and optionDelimiters two static...
2008-01-03 Justin Rugglesadd crc check to ac3 decoder
2008-01-03 Aurelien Jacobsmention libavfilter in warning about deprecated vhook
2008-01-02 Ronald S. BultjeDrop RTSP default protocol.
2008-01-02 Christophe... Fix issue #301:
2008-01-02 Diego Biurruncosmetics: Reindent.
2008-01-02 Ronald S. BultjeMerge double-nested if into && condition.
2008-01-02 Aurelien Jacobsmove num_packets=0 where it belongs
2008-01-02 Ivo van PoortenTechnoTrend PVA Demuxer
2008-01-02 Ivo van PoortenTechnoTrend PVA Demuxer
2008-01-02 Morten HustveitFix prototype and return value of opt_bitrate and opt_bsf.
2008-01-02 Morten HustveitDefine rc override string as const.
2008-01-02 Benoit FouetUpdate show_banner date.
2008-01-02 Diego Biurruncosmetics: sort()
2008-01-01 Dave YeoAdd portable way to check for the existence of definiti...
2008-01-01 Michael NiedermayerExtract aspect ratio from ODML/vprp.
2007-12-31 Michael NiedermayerCorrect doxy about timestamp units of read_timestamp().
2007-12-31 Michael NiedermayerDocument return of read_timestamp.
2007-12-31 Michael NiedermayerMore verbose aspect ratio error msg.
2007-12-31 Kostya ShishkovDirect blocks should use motion vectors from the second...
2007-12-30 Justin Rugglessimplify
2007-12-30 Justin Rugglespass an AC3DecodeContext to ac3_downmix() instead of...
2007-12-30 Justin Rugglescosmetics: rename sampling_rate to sample_rate
2007-12-30 Justin Rugglesdo not need to cast a (void *)
2007-12-30 Justin Rugglescosmetics: vertical realignment after last commit
2007-12-30 Justin Rugglescosmetics: rename all AC3DecodeContext variables from...
2007-12-30 Justin Rugglescosmetics: rename GetBitContext gb to gbc
2007-12-30 Justin Rugglesremove unused context variable
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-29 Aurelien Jacobsclear internal queue when seeking
2007-12-29 Aurelien Jacobsmove internal queue freeing code in its own function
2007-12-29 Gabriel Fortéfix memory leak (patch by Gabriel Forté gforte _at_...
2007-12-29 Michael Niedermayerindent
2007-12-29 Michael NiedermayerTry to fix url_split() so that the ?foobar part is...
2007-12-28 Ivo van Poortenadd myself as maintainer for pcx.c and sunrast.c
2007-12-28 Ivo van Poortenadd PCX and Sun Rasterfile decoders
2007-12-28 Ivo van Poortenremove forgotten debug statement
2007-12-28 Ivo van PoortenSort properly
2007-12-28 Ivo van PoortenSun Rasterfile decoder
next