2007-05-12 |
Loren Merritt | fix a crash with svq1 + sse2. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Alex Beregszaszi | cosmetics: fix indentation |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Ivo van Poorten | cosmetics; one test per line for all isXXX(x) macros |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Diego Biurrun | Merge RoQ entries |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Aurelien Jacobs | rename pnm.c to pnmenc.c and pnm_common.c to pnm.c |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Diego Biurrun | Remove duplicate #includes, avcodec.h #includes common.h. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Diego Biurrun | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Loren Merritt | 10l, r8991 broke mmx1 sad |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Loren Merritt | sse2 version of fullpel sad. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Loren Merritt | tweak mmx2 sad. |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Baptiste Coudurier | dmb1 fourcc, mjpeg_opendml.mov |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | make compilation of pnm.c optional |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | move pnm parser in its own file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | move mjpeg parser in its own file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | cosmetics: reindent |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | split h264.c to move parser in its own file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Loren Merritt | tweak mmx2 sad. |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Ramiro Polla | Revert r8979 (Ugly fix for r8963) |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Jindřich Makovička | Proper fix for r8963 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | rename vorbis.c to vorbis_dec.c and vorbis_common.c... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | loosen vorbis_enc.c dependencies by spliting vorbis.c |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Ramiro Polla | Fix r8963 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Panagiotis... | Fix Vorbis encoder Xiph dependency by making sure the... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Benoit Fouet | Use url_fopen error code when opening input file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Benoit Fouet | add AVERROR_NOENT |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | disable reference to msmpeg4 and wmv2 code when those... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Panagiotis... | Typos |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Luca Abeni | Reindent code after last commit |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | those tables don't need to be extern |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Limin Wang | Allow avoid setting the video standard and input when... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | use header instead of copying table declarations |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | split msmpeg4 data to easily share some of it with... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Aurelien Jacobs | add missing rules for wmv2 compilation |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Diego Biurrun | Remove redundant #inclusion of common.h, avcodec.h... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Loren Merritt | sse2 version of fdct_col. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Simplify ptr[0]; ptr++; to *ptr++ |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Use bytestream |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Use AV_XX16 macros |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Aurelien Jacobs | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Diego Biurrun | RoQ muxer |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Factorize usum |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Vitor Sessak | RoQ muxer, patch by Vitor, vitor1001 gmail com |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Use 1 array with double the size instead of 2 arrays... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Add bias instead of -32 or 0, as is done in g.722.1 |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Indentation for previous patch |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Add another tmpbias variable, as bias' value will be... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Fix logic for return value of init_vlc |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ramiro Polla | Install MinGW shared libraries (dlls) to bindir |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ivo van Poorten | remove the need of one extra shift in rgb16ToUV |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Diego Biurrun | Replace general CONFIG_ENCODERS by more fine-grained... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Ivo van Poorten | Fix rgb15ToUV. Correct order of components and use... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Kostya Shishkov | Add ff_ prefix to (externally) visible variables |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Kostya Shishkov | Use correct dequantizer value |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Diego Biurrun | Allow conditional compilation of H.263-related decoders. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Zuxy Meng | Remove trailing / from -I flags, MinGW appears to disli... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Nicolas George | make help message go to standard output instead of... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Loren Merritt | cosmetics: remove code duplication in hadamard8_diff_mmx |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Aurelien Jacobs | move cavs parser in it's own file |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Aurelien Jacobs | move defines and enums out of cavsdata.h |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Aurelien Jacobs | remove no more useful includes |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Aurelien Jacobs | cosmetics: rename for consistency after previous aac... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Aurelien Jacobs | move aac and ac3 parsers in their own files |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Aurelien Jacobs | avoid multiple inclusion of ac3.h |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Loren Merritt | cosmetics: remove duplicate transpose macro |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Ivo van Poorten | autodetect ptx files |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Ivo van Poorten | add myself for txd and s3tc files |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Ivo van Poorten | add Renderware TXD format |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Ivo van Poorten | add V.Flash PTX image format |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Diego Biurrun | Move H.263 parser to its own file. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Diego Biurrun | Add a few explanatory comments. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Diego Biurrun | RoQ audio encoder |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ivo van Poorten | Renderware TXD decoder and demuxer |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ivo van Poorten | add doxygen comments |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Aurelien Jacobs | cosmetics: fix inconsistent indentation |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Aurelien Jacobs | fix display of theora videos with visible size smaller... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ivo van Poorten | Renderware TXD demuxer |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ivo van Poorten | Renderware TXD decoder |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ivo van Poorten | generic S3TC DXT1 and DXT3 decoding functions |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ivo van Poorten | add AV_[RW][BL]64 support |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Michael Niedermayer | improve mpeg4-es detection by rejecting streams with... |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Vitor Sessak | RoQ audio encoder |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Aurelien Jacobs | make some parser parameters const to avoid casting... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Reimar Döffinger | Fix two small typos in comment |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Michael Niedermayer | fix possibly exploitable stack overflow with num_sprite... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Michael Niedermayer | better wording for the alphabetical lists |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Zuxy Meng | cosmetics: Fix indentation after last commit, patch... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Kostya Shishkov | Add prefix to some variables for consistency |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Kostya Shishkov | Move VC-1 data to .c file |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Kostya Shishkov | Make vc1_parser.c compilable without special defines |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Kostya Shishkov | Move variables to vc1data.h |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Diego Biurrun | Add a note about maintaining alphabetical order to... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Loren Merritt | simplify |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Diego Biurrun | Move dvdsub parser to its own file. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Diego Biurrun | Rename dvbsubdec_parser.c to dvbsub_parser.c. |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Loren Merritt | simplify |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Loren Merritt | faster and simpler vp6 bilinear mc |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Diego Biurrun | Move dvbsubdec parser to its own file. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Diego Biurrun | Remove superfluous #includes, parser.h now includes... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Aurelien Jacobs | ff_frame_rate_tab is now declared in mpegvideo.h |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Aurelien Jacobs | avoid a clash between two definitions of SEQ_START_CODE |
commit | commitdiff | tree | snapshot |
next |