summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-021-9/+34
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-026-405/+543
* move adx.c to adxdec.cAurelien Jacobs2007-11-012-1/+1
* split adx encoder in its own fileAurelien Jacobs2007-11-014-186/+244
* remove useless debug funcAurelien Jacobs2007-11-011-13/+0
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-011-11/+1
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-011-23/+6
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-012-18/+12
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-011-41/+14
* remove useless #undefAurelien Jacobs2007-11-012-4/+0
* remove unreachable codeAurelien Jacobs2007-11-011-7/+0
* cosmetics: alignmentAurelien Jacobs2007-11-011-4/+4
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-013-43/+31
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini2007-11-011-3/+3
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-011-1/+1
* check av_interleaved_write_frame() returnMichael Niedermayer2007-11-011-1/+7
* cosmetics: sortAurelien Jacobs2007-11-011-3/+3
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-311-1/+1
* fix issue130Michael Niedermayer2007-10-311-0/+1
* support flv with invalid headerMichael Niedermayer2007-10-311-2/+1
* factorize stream creationMichael Niedermayer2007-10-311-9/+11
* Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun2007-10-311-1/+1
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-311-2/+1
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-311-2/+5
* Reindent after last commitLuca Abeni2007-10-311-20/+21
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-311-11/+1
* EA IMA EACS decoderPeter Ross2007-10-305-0/+24
* EA IMA SEAD decoderPeter Ross2007-10-305-2/+40
* Leverage MinGW's llrint() in Cygwin compilations.VĂ­ctor Paesa2007-10-301-4/+13
* Mark the source buffer as "const"Luca Abeni2007-10-302-2/+2
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-301-1/+1
* Clarify comment about gcc -MM.Diego Biurrun2007-10-301-1/+1
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-302-7/+5
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-306-12/+12
* Remove redundant prototypeLuca Abeni2007-10-291-3/+0
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-294-4/+4
* removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi2007-10-281-2/+1
* rename crc.c to crcenc.cAurelien Jacobs2007-10-282-1/+1
* move framecrc muxer in its own fileAurelien Jacobs2007-10-283-33/+48
* reindented after previous commitNico Sabbi2007-10-271-17/+17
* added option programid to select the program to use and relative code to hand...Nico Sabbi2007-10-271-0/+46
* remove a branch from an inner loop.Loren Merritt2007-10-271-3/+2
* print newline after program id even when the name is missingNico Sabbi2007-10-261-3/+2
* Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni2007-10-261-0/+1
* Remove prototype for non-existent functionLuca Abeni2007-10-261-1/+0
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-251-0/+1
* don't use #define with names starting with _Aurelien Jacobs2007-10-251-7/+7
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-251-0/+49
* Remove unused variable, fixes warning:Diego Biurrun2007-10-251-1/+1
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-241-0/+1
OpenPOWER on IntegriCloud