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