2006-08-27 |
Nico Sabbi | scan s->probesize packets instead of MAX_SCAN_PACKETS... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Nico Sabbi | added option probesize; at the moment only used by... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Nico Sabbi | initial support for AVOption in AVFormatContext |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Michael Niedermayer | fix low bitrate mp3 |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Loren Merritt | tweak cabac. 0.5% faster h264. |
commit | commitdiff | tree | snapshot |
2006-08-27 |
Michael Niedermayer | check the validity of the amount of the remaining bytes... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | unused var |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | dont copy frame if the whole mp1/2/3 frame is available... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Aurelien Jacobs | Fix A32_BITSTREAM_READER compilation on x86 |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | make mpa_decode_header() 10 times faster |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | another silly typo which surprisingly neither valgrind... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | 10l found by valgrind |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | remove duplicated parser, people who pass random gibble... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | 2nd try of skip_bits_long() for the ALT reader |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | make A32 reader align its ptr during init no matter... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | 3rd try :) |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | 2nd try for a skip_bits_long() for the A32 reader |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | move align_get_bits() to .h to avoid conflicts between... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
Michael Niedermayer | prevent bitstream reader to be overriden |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | support some totally broken ODML variant |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Ramiro Polla | The FFLDFLAGS for MinGW are only meant for the shared... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Diego Biurrun | FFMPEG_VERSION was moved to version.h. |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | avoid branch |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | move variable declarations so that their scope is smaller |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | move the +400 out of the innermost loop |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | avoid reading exponent twice |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | reduce size of vlc table, thats slightly faster here |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | try to avoid l3_unscale() by using a table |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | replace l3_unscale(1, exponents[pos]) by LUT |
commit | commitdiff | tree | snapshot |
2006-08-25 |
Michael Niedermayer | maybe fixing the segfault on ARM |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Aurelien Jacobs | cook shouldn't try to enforce the bitstream reader... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | fix mac3audio.mov, pcm_s8 and pcm_u8 can only have... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | correct uid, and enable JPEG 2000 detection |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Nigel Pearson | Use add_cflags/add_ldflags/add_extralibs instead of... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | add codec id and tag for JPEG 2000 |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michel Bardiaux | Update the FAQ with the current status of image formats. |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | 10l typo |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | avoid a few if(x==0) checks in the inner loops |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | wide atom is only defined in mov, use free for mp4/3gp |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | move amr parameters adjusting like other codecs |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | fix non ALT bitstream reader |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | dont set width/height for h261/h263/mpeg4 since they... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | optimize reorder_block() though this function seems... |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | put dv demuxing code around ifdef |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | put dv demuxing code around ifdef |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Baptiste Coudurier | support vdva fourcc (dv + dv audio in mov) |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Brian Brice | fix ODML AVI Duration for files > 2GB |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | dont copy the whole GetBitContext around |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | faster handling of zero coeffs in the low freq decode |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | optimizing high freq decode |
commit | commitdiff | tree | snapshot |
2006-08-24 |
Michael Niedermayer | use memset() instead of slow c loops |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Aurelien Jacobs | fix arm asm compilation in mpegaudiodec |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Benjamin | Blackfin processor support |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Niedermayer | fix fallback if theres no index |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Niedermayer | read and use index (based on a patch by John Donaghy... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Steve L'Homme | value_num should also be 64bit (1 hunk from the asf... |
commit | commitdiff | tree | snapshot |
2006-08-23 |
Michael Niedermayer | total_size should be 64bit (1 hunk of the asf seeking... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Baptiste Coudurier | Alignment of the LT window, segfault fix patch by Bapti... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Niedermayer | MUL* for ARM code based on a patch by Siarhei Siamashka |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Niedermayer | replace MULL with asm too, no significnat speedup but... |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Niedermayer | replacing MULH by asm for x86 |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Niedermayer | indent preprocessor directives |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Niedermayer | make high precission synth filter 3 times faster on x86 |
commit | commitdiff | tree | snapshot |
2006-08-22 |
Michael Niedermayer | replace MULL by MULH + shift in dct32() (code is very... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Reimar Döffinger | cc -> $cc typo fix, caused amd64 to be misdetected... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Baptiste Coudurier | set correct first gop closed value |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Baptiste Coudurier | rename closed_gop to first_gop_closed |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Baptiste Coudurier | gxf regression tests |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Baptiste Coudurier | init buffer |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Luca Abeni | Allow to compile swscale tests |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Michael Niedermayer | replace a few MULL by MULH |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Baptiste Coudurier | add fullname |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Michael Niedermayer | reorder butterflies to reduce memory load/store |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Benjamin Larsson | Added codec id for QCELP. |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Michael Niedermayer | compatibility warning |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Michael Niedermayer | cleanup PixelFormat a little |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Michael Niedermayer | attribute_deprecated |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Niedermayer | cosmetics |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Diego Biurrun | spelling fixes for the last commit |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Niedermayer | SWAP |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Niedermayer | audio format conversion |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Benjamin Larsson | -async and -vsync documentation. Based on info from... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Luca Abeni | Allow swscale emulation header to be included by C... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Benjamin Larsson | SIMD vector optimizations. 3% faster overall decoding. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Michael Niedermayer | fix probing of 02-Penguin.flac |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Loren Merritt | use ff_fft_calc_3dn2 instead of sse on a K8. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Loren Merritt | ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
David Conrad | AVI tag reading and writing patch by David Conrad. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Diego Biurrun | Explicitly include libmpcodecs/img_format.h and libvo... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Diego Biurrun | Explicitly include fastmemcpy.h from libvo/. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Michael Niedermayer | av_free* cleanup |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Steve L'Homme | Add YV12 support, patch by Steve Lhomme % steve P lhomm... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Diego Biurrun | Move all internal -I parameters to the front of CFLAGS... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Luca Barbato | add --disable-ipv6 option to configure |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Diego Biurrun | Move all internal -I parameters to the front of CFLAGS... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Diego Biurrun | simplification cosmetics |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Diego Biurrun | Revert last commit, VPATH is necessary for out-of-tree... |
commit | commitdiff | tree | snapshot |
next |