7656 Commits (505dfb09d9455711e6407192088dadccfb30d59e)
 

Author SHA1 Message Date
Panagiotis Issaris 3ee5c5b739 Removing unused code 18 years ago
Panagiotis Issaris ea9f5d6f76 Add comment denoting group of H.264 functions 18 years ago
Panagiotis Issaris 550e66cb59 Change NAL unit type defines to an enum and move to a header file for usage 18 years ago
Baptiste Coudurier 3c13202396 fix memleak, free stream codec allocated by av_new_stream 18 years ago
Michael Niedermayer 2421a01b25 10l umh search needs hex size 2 now after the last change 18 years ago
Michael Niedermayer f852ff3257 make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 18 years ago
Diego Biurrun 6bc0e1cfba Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir. 18 years ago
Ryan Martell 73fe1052dd Minor modifications to handle mms streaming. 18 years ago
Diego Biurrun 4a1bb6196b Fix some obvious mistakes in the option descriptions. 18 years ago
Baptiste Coudurier d1e8675c2e probe with some success image files not containing number pattern but having recognized image extension 18 years ago
Reimar Döffinger cf1e119bb2 Move BE_*/LE_*/ST*/LD* macros to a common place. Some further 18 years ago
Kostya Shishkov 5f3c4ba46c Do not touch pkt->pts 18 years ago
Kostya Shishkov dfbb76d373 Some VQA v1 files don't have audio stream 18 years ago
Mike Melanson 10f865c9b7 Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak 18 years ago
Mike Melanson b40a061fcb Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream. 18 years ago
Víctor Paesa 970419236d Fill in some missing AVOption descriptions. 18 years ago
Diego Biurrun a2377bb0b4 Make do_video_encoding general enough to accomodate all cases. 18 years ago
Diego Biurrun 5e5ac8e0a5 Make do_video_decoding general enough to accomodate all cases. 18 years ago
Guillaume Poirier 3813dcc9bf Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato 18 years ago
Diego Biurrun 1e1b182d34 Merge a repeating variable declaration into do_video_encoding. 18 years ago
Diego Biurrun c6c367254f spelling cosmetics: cliped --> clipped 18 years ago
Kostya Shishkov 08baa3e0d7 10e6l FastUVMC was done right but in the wrong place 18 years ago
Michael Niedermayer 516ea8d222 fix indention 18 years ago
Michael Niedermayer 1994e7c6b6 dia_size=-1 -> funny_diamond_search() 18 years ago
Michael Niedermayer 376edfcc0f hexagon search 18 years ago
Luca Barbato 4b47d258f6 Unused variable removed 18 years ago
Michael Niedermayer ed1dfc4970 remove pretty much useless skiping of some predictors 18 years ago
Baptiste Coudurier 1a1c53856f mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime 18 years ago
Baptiste Coudurier e68e5ab0cf add bytestream big endian 16/32 writing functions 18 years ago
Diego Biurrun fb132953d4 Use a function for audio encoding and decoding. 18 years ago
Diego Biurrun 36aed9e51b Use a function for libav. 18 years ago
Diego Biurrun f8aa76453b Use a function for image formats. 18 years ago
Diego Biurrun d449d1bc64 Use a function for streamed images. 18 years ago
Diego Biurrun e587a0a501 Use a function for audio-only tests. 18 years ago
Allan Hsu 56cca5f10c Fix wrong flags for S16LE and S16BE audio in FLV files. 18 years ago
Michael Niedermayer c9cac6e3d7 typo in umh 18 years ago
Michael Niedermayer c7675718e4 UMH support (dia_size=-1 activates it) 18 years ago
Michael Niedermayer ac003d2461 cosmetic (prevent name clashes of variables in a macro with surrounding code) 18 years ago
Kostya Shishkov 98ba1cfaf7 100l FastUVMC rounding was incorrect. 18 years ago
Michael Niedermayer f7f8af46f7 1 step diamond search around the median MV predictor 18 years ago
Michael Niedermayer fc0b041637 doxy 18 years ago
Michael Niedermayer 62b9fc1571 fix overflow and remove wrong comment 18 years ago
Michael Niedermayer 3db1b8b538 return optimal fraction 18 years ago
Loïc Le Loarer 8fa641f8e8 Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org. 18 years ago
Kostya Shishkov 61710f7bb5 Better VQA demuxer 18 years ago
Kostya Shishkov 7667896a36 VQA v1 support 18 years ago
Aurelien Jacobs f39020269e cleanup the #ifdef mess in encoder/decoder/parser registration 18 years ago
Aurelien Jacobs be691b1060 matroska: scale timecode according to time_scale 18 years ago
Baptiste Coudurier 7f25df4cd3 move source_package declaration in the loop and reset it each iteration 18 years ago
Baptiste Coudurier 6a287fd7ce readjust dts if negative 18 years ago