2009-01-25 |
Stefano Sabatini | Make more descriptive the long names for the various... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Stefano Sabatini | Move documentation of av_register_all() from allformats... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | Remove redundant av_log2_16bit forward declaration... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | Move internal.h #include to the end of the file so... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Måns Rullgård | ARM: NEON optimised H.264 weighted prediction |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Måns Rullgård | ARM: NEON optimised H.264 biweighted prediction |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | Declare struct SwsContext before using it, fixes the... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | Disable C code when compiling AltiVec code, fixes the... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | spelling/grammar cosmetics |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | Fix #endif comments. |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Diego Biurrun | Add required headers to fix warnings during 'make check... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Justin Ruggles | flacdec: get total number of samples from STREAMINFO |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Justin Ruggles | use function and definitions from libavcodec/flac.h... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Justin Ruggles | move FLAC_STREAMINFO_SIZE to flac.h |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Justin Ruggles | define FLAC metadata types in flac.h |
commit | commitdiff | tree | snapshot |
2009-01-25 |
David DeHaven | Handle ID3v2 tags in raw FLAC streams by skipping them. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: cosmetics: some line wrapping at 80 chars |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: cosmetics: use consistent coding style (K&R) |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Add configuration options section to help output. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | help output cosmetics |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Remove --enable-static and --disable-shared from help... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Use cc_default variable in help output for --cc option. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Add a check for ppc4xx instructions; rename preprocesso... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Remove pointless #if HAVE_ALTIVEC around internal heade... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Måns Rullgård | configure: add help for fastdiv |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | cosmetics: indentation |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: remove another unneeded debugging statement |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: remove unneeded debugging statements |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Justin Ruggles | flacdec: remove some unused code |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Directly #include a bunch of indirectly #included headers. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Fix undefined preprocessor directives warnings during... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Diego Biurrun | Add required headers to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Stefan Gehrer | remove alloc_table_0 and alloc_table_2, the same |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Stefan Gehrer | remove zigzag_scan8x8, it is the same as ff_zigzag_direct |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Stefan Gehrer | avoid duplication of size_table and offset_table |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Stefan Gehrer | avoid duplication of dquant_code |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Benjamin Larsson | I'll take care of qdm2 also |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Stefan Gehrer | return an error if we can not get a full packet, |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Vitor Sessak | Do not allocate RoqTempData on the stack |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Stefan Gehrer | fix header parsing, the NULL terminated File ID is... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Ronald S. Bultje | Skip m= blocks in the SDP if the media type is unknown... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Justin Ruggles | add myself as a maintainer of flacdec.c |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Justin Ruggles | rename flac.c to flacdec.c |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Baptiste Coudurier | set pts and dts when only pts is present, according... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Baptiste Coudurier | write essence container data |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Baptiste Coudurier | reduce display aspect ratio |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Baptiste Coudurier | stored height is a multiple of 16 for mpeg2 |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Baptiste Coudurier | fix endianness of time code, and calculate it in fields... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Ben Littler | add EM4A fourcc , works for: |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Andreas Öman | Avoid allocating MPADecodeContext on stack. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Michael Niedermayer | Workaround ffms behavior of returning EAGAIN at EOF. |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Kostya Shishkov | Remove the block with always false condition from vc1_p... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Kostya Shishkov | VC-1 postproc field is 2 bits wide while decoder read... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Michael Niedermayer | Move av_read_frame/parser related buffer variables... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Justin Ruggles | flacdec: add support for 3 additional sample rate codes |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Alex Converse | Mark ff_fft_init with av_cold. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Alex Converse | Clean up FFT related comments. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Baptiste Coudurier | print stream sar if present and different than codec sar |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Michael Niedermayer | Use EAGAIN return, primarely intended as example of... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Michael Niedermayer | Handle av_read_frame() EAGAIN return. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Michael Niedermayer | Handle av_read_frame() EAGAIN return. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Baptiste Coudurier | Add const, remove warning: |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Diego Biurrun | Avoid unused variable warning when compiling DES test... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Aurelien Jacobs | 'code' is used to index a table so make it unsigned |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Diego Biurrun | Make base64 test program compilable as a standard test... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Diego Biurrun | Add void keyword to parameterless function declaration. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Kostya Shishkov | yet another attempt on fixing synchronization in VMD |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Kostya Shishkov | Empty audio chunks in VMD are silent, not skipped |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Kostya Shishkov | cosmetics: reindent after last commit |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Kostya Shishkov | VMD first chunk of audio is not coded as many separate... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Benoit Fouet | Rename audio.c to oss_audio.c in libavdevice. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Baptiste Coudurier | fix seek reg tests, Im always forgetting this |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Carl Eugen... | Sort VdpPictureInfo alphabetically. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Baptiste Coudurier | exit with error code if av_encode failed |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Baptiste Coudurier | change sample aspect ratio test to be more clear, print... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ben Littler | another mpeg4 fourcc |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Baptiste Coudurier | Do not use avctx->frame_number which might not be set, |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Carl Eugen... | Cosmetics: Fix indentation after last commit. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Carl Eugen... | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
NVIDIA Corporation | Add VDPAU hardware accelerated decoding for WMV3 and... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Baptiste Coudurier | set correct value for starting line |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Baptiste Coudurier | fix gxf time code mark out value |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benoit Fouet | Enable building r3d demuxer when its config is set. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benoit Fouet | Use avf context in av_log, instead of NULL. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Benoit Fouet | Pass avf context to audio_open(). |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Alex Converse | Fix a read past end of buffer crash in the mp3 probe |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Baptiste Coudurier | R3D REDCODE demuxer |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Stefan Gehrer | add myself as maintainer of ISS (with Jai's blessing) |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Aurelien Jacobs | matroskaenc: correctly handle h264 streams with 3 bytes... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Diego Biurrun | Use "" instead of <> when #including non-system headers. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Alex Converse | Fix probing of files with ID3v2 tags. Discussed at |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Aurelien Jacobs | Remove detection of mmsh protocol in ffplay. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Diego Biurrun | Restore mistakenly removed period after "DivX, Inc". |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ben Littler | add T263. works on samples/V-codecs/T263/ |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Stefano Sabatini | Drop the deprecated av_init_random() at the next libavu... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Stefano Sabatini | Replace calls to the deprecated function av_init_random... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Aurelien Jacobs | moves mid_pred() into mathops.h (with arch specific... |
commit | commitdiff | tree | snapshot |
next |