summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-061-5/+0
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-061-4/+2
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-062-2/+2
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...Andy Parkins2006-12-061-2/+6
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris2006-12-061-30/+30
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-061-20/+20
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-063-54/+157
* Remove MinGW install path special-casing.Ramiro Polla2006-12-051-5/+2
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-051-0/+4
* Removing unused codePanagiotis Issaris2006-12-051-75/+0
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-051-0/+1
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-052-14/+18
* fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier2006-12-051-1/+3
* 10l umh search needs hex size 2 now after the last changeMichael Niedermayer2006-12-051-1/+1
* make hex and large 2 small diamond search half their size instead or -1 if th...Michael Niedermayer2006-12-051-16/+15
* Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.Diego Biurrun2006-12-041-1/+1
* Minor modifications to handle mms streaming.Ryan Martell2006-12-042-4/+7
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-041-2/+2
* probe with some success image files not containing number pattern but having ...Baptiste Coudurier2006-12-041-4/+7
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-034-38/+43
* Do not touch pkt->ptsKostya Shishkov2006-12-031-16/+2
* Some VQA v1 files don't have audio streamKostya Shishkov2006-12-031-1/+1
* Another hack to allow the Cinepak decoder to detect both types of deviant Cin...Mike Melanson2006-12-021-8/+28
* Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.Mike Melanson2006-12-021-18/+3
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-021-70/+70
* Make do_video_encoding general enough to accomodate all cases.Diego Biurrun2006-12-021-40/+39
* Make do_video_decoding general enough to accomodate all cases.Diego Biurrun2006-12-021-9/+9
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...Guillaume Poirier2006-12-021-0/+127
* Merge a repeating variable declaration into do_video_encoding.Diego Biurrun2006-12-021-75/+39
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-023-33/+33
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-021-15/+12
* fix indentionMichael Niedermayer2006-12-021-17/+17
* dia_size=-1 -> funny_diamond_search()Michael Niedermayer2006-12-021-4/+7
* hexagon searchMichael Niedermayer2006-12-021-19/+78
* Unused variable removedLuca Barbato2006-12-021-1/+1
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-014-104/+98
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui...Baptiste Coudurier2006-12-013-0/+63
* add bytestream big endian 16/32 writing functionsBaptiste Coudurier2006-12-011-0/+14
* Use a function for audio encoding and decoding.Diego Biurrun2006-12-011-21/+25
* Use a function for libav.Diego Biurrun2006-12-011-33/+19
* Use a function for image formats.Diego Biurrun2006-12-011-9/+11
* Use a function for streamed images.Diego Biurrun2006-12-011-9/+10
* Use a function for audio-only tests.Diego Biurrun2006-12-011-21/+14
* Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu2006-12-011-2/+2
* typo in umhMichael Niedermayer2006-12-011-1/+1
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-011-1/+65
* cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer2006-12-011-5/+5
* 100l FastUVMC rounding was incorrect.Kostya Shishkov2006-12-011-6/+6
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-304-250/+254
* doxyMichael Niedermayer2006-11-301-2/+25
OpenPOWER on IntegriCloud