2007-04-10 |
Luca Abeni | Fix the poll() loop (ret == 0 means that a timeout... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Luca Abeni | Fix the generation of RTSP reply headers (the "DEF... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Baptiste Coudurier | add D-10 PAL 40 audio essence container ul |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Baptiste Coudurier | add D-10 PAL 40 ul |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Aurelien Jacobs | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Luca Barbato | ssd_int8_vs_int16_altivec, not completely benchmarkedwi... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Ivo van Poorten | cosmetics after last commit |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Ivo van Poorten | Add support for grayscale images with arbitrary maxvals. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Marco Gerards | Fix an underflow/overflow that was causing some crackle... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Kostya Shishkov | Set C predictor to zero if unavailable (should fix... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Michael Niedermayer | superflouos () |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Michael Niedermayer | remove code_prefix variable, no speed change |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | add support for seeking to a keyframe instead of a... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | add an intermediate variable (prepare for next patch) |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | add support for seeking in matroska files |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | move matroska_find_track_by_num() upper in the file |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | cluster position is relative to segment_start |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | properly set streams start_time |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | remove unused context field |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Aurelien Jacobs | remove wrong and no more used packet reordering code |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reinhard Nissl | When dst_length == 0 bit_length has to be 0, too, but... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reinhard Nissl | Remove a NAL unit's trailing zero bytes even when dst_l... |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Reinhard Nissl | scenario: A properly coded frame is followed by an... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Nicholas Tung | Get rid of unnecessary pointer casts. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Stefan Huehner | Make some functions which aren't used outside their... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Diego Biurrun | Only compile in Theora-specific functions if the Theora... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Diego Biurrun | cosmetics: Move one code block to save an #ifdef in... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Diego Biurrun | Remove #if 0 code. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Diego Biurrun | Fix compilation when Theora decoder is disabled, but... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Marco Gerards | cosmetics: indentation fix |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Michael Niedermayer | file extension based probe is max/2 |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Michael Niedermayer | factorize |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Michael Niedermayer | allocate 32 extra bytes at the end of the probe buffer... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Michael Niedermayer | also remove c93_ prefix for static function in the... |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Michael Niedermayer | factorize & 0x0F |
commit | commitdiff | tree | snapshot |
2007-04-08 |
Michael Niedermayer | remove c93_ prefix from static functions in c93.c |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | s/rle_num_bytes/code/ |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | align vertically |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | shorter variable names |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | general purpose var should be int |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | conform to spec |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | remove redundant comments |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | remove useless debuging av_log() |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | indention cleanup |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | use shorter names for the block type enum |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | cosmetic |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | code claims to use 32bit timestamp, lets make it also... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | remove redundant comments |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | remove inappropriate debuging av_log() alternatively... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | memleak (seems ive missed that under the obfuscated... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | sane indention (no more 3 statements on one line...) |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | use bytestream reader instead of bitstream for THP |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Anssi Hannula | CRYO APC demuxer |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | prev1/2 -> prev[2] |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | general purpose vars should be int |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | table[index][ch] -> table[ch][index] (might be faster... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | Add THP video and audio decoders. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nicholas Tung | Bethsoft VID demuxer and video decoder |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Ivo van Poorten | Fix segmentation fault for gray16le to gray conversion. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Nicholas Tung | Remove superfluous setting of has_b_frames in codecs... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Marco Gerards | THP PCM decoder, used on the Nintendo GameCube. |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | TIFF-LZW encoding support by (Bartlomiej Wolowiec b... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Michael Niedermayer | LZW encoder by Bartlomiej Wolowiec b.wolowiec students... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Anssi Hannula | Interplay C93 demuxer and video decoder |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | typos |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | typos/grammar |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | typo |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Diego Biurrun | spelling/wording/grammar |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Víctor Paesa | Print a list of valid AMR bitrates if a wrong one is... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Kamil Nowosad | YUV support patch by (Kamil Nowosad k.nowosad student... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Kamil Nowosad | s/invert/photometric_interpretation/ patch by Kamil... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Michael Niedermayer | tiff & sgi regression test |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Xiaohui Sun | SGI image decoder ported to the new image API. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
François Revol | Suppress possible error from ulimit not having -c or... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Benoit Fouet | Return correct decoded size, decoder is called with... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
David Bateman | IWMMXT-specific dsputils clear_blocks function. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Víctor Paesa | Add some help for the analyzeduration option. |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Kostya Shishkov | This codec is PAL8 so make it output PAL8 too |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Michael Niedermayer | remove compound literals gcc 2.95 doesnt support taking... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Justin Ruggles | Update doc to show FLAC encoding |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Ian Braithwaite | WMA decoder improvement, output closer to the dmo binary. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Kostya Shishkov | vc1_split should be static |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Stefan Huehner | changes some function declarations from () to (void... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Diego Biurrun | Add some Doxygen comments, by Kamil Nowosad, k.nowosad... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Diego Biurrun | typo/grammar |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: Fix indentation. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Benoit Fouet | Remove useless pointer shift. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Benoit Fouet | Remove commented-out while loop. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | There were two files, libavformat/grab.c and libavforma... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Get rid of unnecessary conditionals. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Carl Eugen... | Fix crash when trying to convert from or to RGBi (i... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Diego Biurrun | cosmetics: Put audio (de)muxer entries in alphabetical... |
commit | commitdiff | tree | snapshot |
next |