platform/upstream/libav.git
2007-11-07 Diego BiurrunMove external library registrations into a separate...
2007-11-07 Diego BiurrunAdd some explanatory comments.
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].
2007-11-07 Diego BiurrunRemove disabled muxer skeleton, blessed by Mans.
2007-11-07 Diego BiurrunGive the libnut muxer a lib prefix in its name so it...
2007-11-07 Ronald S. BultjeSpecify the server address when opening an rtp:// URL...
2007-11-07 Thorsten JordanCheck context before accessing its field.
2007-11-07 Kostya ShishkovMusepack SV8 demuxer and decoder
2007-11-06 Jeff DownsFix poc for field pictures. Prior to this, the poc...
2007-11-06 Björn Axelssonffplay currently needs special handling for pausing...
2007-11-06 Björn AxelssonAllow propagation of stream selection through the ASF...
2007-11-06 Ronald S. BultjeSplit out the MDPR chunk reading into its own function.
2007-11-06 Timofei V.... fix predictor initialization for adpcm-ima encoder...
2007-11-06 Diego BiurrunKeep -lvorbis in libvorbis linker flags even when only...
2007-11-05 Jeff DownsCorrect assignment of interlaced_frame; was being set...
2007-11-05 Luca AbeniDo not send too many RTCP packets (according to RFC...
2007-11-05 Luca AbeniUse a symbolic name for the payload size of an RTCP...
2007-11-05 Benoit FouetFix mov checksums following r10852.
2007-11-04 Diego BiurrunQuote paths in uninstall commands where necessary.
2007-11-04 Diego BiurrunAdd some parentheses to clarify operator precedence...
2007-11-04 Andreas Ömanmake sure the mpeg audio header is valid before passing...
2007-11-04 Diego BiurrunRemove libvorbis Vorbis decoding support. Our native...
2007-11-04 Diego BiurrunEnable debug variable only when debug code is enabled...
2007-11-04 Diego BiurrunThe function names of [rgb|bgr]1[56]to[UV|Y] had rgb...
2007-11-04 Benjamin LarssonRemove unused variable
2007-11-04 Ramiro PollaList enabled code in configure output
2007-11-04 Ramiro PollaSpeed up show_list
2007-11-04 Ramiro PollaWarn user if bitrate parameter is too low
2007-11-04 Ramiro PollaThe Windows Help Forum is not ffmpeg-user for Windows
2007-11-04 Diego BiurrunMove external library codec registration to a separate...
2007-11-04 Josh CoalsonAdd decoding support for variable block size FLAC files...
2007-11-03 Josh CoalsonAdd support for FLAC's new RICE2 entropy coding method...
2007-11-03 Aurelien Jacobsadd support for demuxing Electronic Arts .cdata files
2007-11-03 Aurelien Jacobsadd Electronic Arts XAS ADPCM decoder
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-11-03 Michael Niedermayertypo
2007-11-03 Fabrice BellardUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-11-03 Michael Niedermayerfix misdetection of mp3could_not_find_codec_parameters.mp3
2007-11-03 Kostya ShishkovSeek regression for RM demuxer fix
2007-11-02 Stefano SabatiniDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-02 Kostya ShishkovSplit Musepack decoder into SV7 decoder and synth core
2007-11-01 Aurelien Jacobsmove adx.c to adxdec.c
2007-11-01 Aurelien Jacobssplit adx encoder in its own file
2007-11-01 Aurelien Jacobsremove useless debug func
2007-11-01 Aurelien Jacobsrevert part of r10899 which was not intended
2007-11-01 Aurelien Jacobscleanup and simplify adx_decode_header()
2007-11-01 Aurelien Jacobsremove useless initialization to 0 of adx context
2007-11-01 Aurelien Jacobssimplify dpcm decoders declaration using a macro
2007-11-01 Aurelien Jacobsremove useless #undef
2007-11-01 Aurelien Jacobsremove unreachable code
2007-11-01 Aurelien Jacobscosmetics: alignment
2007-11-01 Aurelien Jacobsdon't register adpcm encoders which are not implemented
2007-11-01 Stefano Sabatinidoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-11-01 Kostya ShishkovRevert get_num() to old behaviour in order to handle
2007-11-01 Michael Niedermayercheck av_interleaved_write_frame() return
2007-11-01 Aurelien Jacobscosmetics: sort
2007-10-31 Michael Niedermayerprefer our native vorbis decoder over libvorbis
2007-10-31 Michael Niedermayerfix issue130
2007-10-31 Michael Niedermayersupport flv with invalid header
2007-10-31 Michael Niedermayerfactorize stream creation
2007-10-31 Diego BiurrunRemove redundant -DHAVE_AV_CONFIG_H from tests/seek_tes...
2007-10-31 Diego BiurrunRemove unused variables, fixes the following warnings:
2007-10-31 Ronald S. BultjeTake the target address family in account when determin...
2007-10-31 Luca AbeniReindent after last commit
2007-10-31 Nicolas GeorgeResolve hosts and bind sockets even when the local_port...
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-30 Víctor PaesaLeverage MinGW's llrint() in Cygwin compilations.
2007-10-30 Luca AbeniMark the source buffer as "const"
2007-10-30 Luca AbeniIf local port n is not available, try n + 2 instead...
2007-10-30 Diego BiurrunClarify comment about gcc -MM.
2007-10-30 Diego BiurrunDeclare libpostproc prerequisites directly instead...
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-29 Luca AbeniRemove redundant prototype
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-10-28 Nico Sabbiremoved unused variables accidentally introduced in...
2007-10-28 Aurelien Jacobsrename crc.c to crcenc.c
2007-10-28 Aurelien Jacobsmove framecrc muxer in its own file
2007-10-27 Nico Sabbireindented after previous commit
2007-10-27 Nico Sabbiadded option programid to select the program to use...
2007-10-27 Loren Merrittremove a branch from an inner loop.
2007-10-26 Nico Sabbiprint newline after program id even when the name is...
2007-10-26 Luca AbeniExplicitly include rtp.h (needed for rtp_get_payload_ty...
2007-10-26 Luca AbeniRemove prototype for non-existent function
2007-10-25 Aurelien Jacobsprobe files starting with the 1SNh tag
2007-10-25 Aurelien Jacobsdon't use #define with names starting with _
2007-10-25 Aurelien Jacobsadd parsing of 1SNh header in the EA demuxer
2007-10-25 Diego BiurrunRemove unused variable, fixes warning:
2007-10-24 Aurelien Jacobsavoid infinite loop at the end of files which are not...
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
2007-10-24 Diego BiurrunRename --disable-opts option to --disable-optimizations...
2007-10-24 Diego BiurrunRename optimize variable to the slightly more meaningfu...
2007-10-24 Benoit FouetCosmetics: indentation.
2007-10-24 Benoit FouetPrevent mov muxer from writing empty udta atoms.
2007-10-24 Andreas Ömanadd support for reading duration from VBRI-tag in mp3...
2007-10-24 Jeff DownsMove setting of key frame flag for intra-only codecs...
2007-10-24 Ramiro PollaUpdated and rewritten Windows-related documentation.
2007-10-23 Baptiste Coudurieruse FFMIN
2007-10-23 Andreas Ömanfix indent
next