2009-04-15 |
David Conrad | VC1: extend MMX qpel MC to include MMX2 avg qpel |
commit | commitdiff | tree | snapshot |
2009-04-14 |
David Conrad | VC1: add and use avg_no_rnd chroma MC functions |
commit | commitdiff | tree | snapshot |
2009-04-14 |
David Conrad | Rename put_no_rnd_h264_chroma* to reflect its usage... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Cosmetics: Split long line. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Fix two icc warnings #188: enumerated type mixed with... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Fix icc warning #188: enumerated type mixed with anothe... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Carl Eugen... | Fix icc warning #188: enumerated type mixed with anothe... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Vitor Sessak | For every line, copy 3*width bytes instead of linesize... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
David Conrad | VC1: Do qpel when needed for both MVs in a B frame |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Ramiro Polla | mingw32: FFmpeg now passes -fno-common automatically. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Ronald S. Bultje | Add a Vorbis payload parser. Implemented by Colin McQui... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Diego Biurrun | whitespace cosmetics: Break some overly long lines. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Cédric Schieli | Do not use abgrToA for both luma and alpha channel... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Ronald S. Bultje | Increase the SDP buffer size (again!) and also increase... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Cédric Schieli | Also copy pixel_aspect when copying the picref in avfil... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Alex Converse | Mark src constant in copy_block*(). |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Justin Ruggles | Support audio sample formats than S16 when encoding... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Baptiste Coudurier | set pkt duration for last smaller frame, should fix... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Baptiste Coudurier | fix indentation |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Baptiste Coudurier | avoid strcmp NULL, fix segv on mingw |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Ramiro Polla | win32, dos: Work around a bug in the GNU toolchain. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | fix indentation |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Fix skip_put_bits() buf_ptr increment. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Bobby Bingham | Skip loop iterations which are no-ops due to data1... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Rename pbBufPtr() to put_bits_ptr(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Do not use full include path for get_bits.h, since... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Jai Menon | flacenc : do not #include libavutil/lls.h since lpc... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Jai Menon | alacenc : cosmetics : remove misleading comment |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | seek inside buffer when offset is exactly at the end... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | move audio buffers declarations and free them in av_exit |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | move freeing code before exiting because of signal |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | free options contexts in av_exit, valgrind should be... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | Set frame defaults in try_decode_frame. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | fix indentation |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | fix indentation and remove whitespace after return |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Baptiste Coudurier | Init state to -1 in h264 parser. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Diego Biurrun | Move addition of MMX-OBJS to OBJS into common.mak inste... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Diego Biurrun | Move addition of MMX-OBJS to OBJS into common.mak inste... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Diego Biurrun | whitespace cosmetics: Reindent a few lines and break... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reynaldo H... | Fix wrong size computation for buffer. Patch is part of |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Diego Biurrun | Remove gcc_fixes.h. It only contains workarounds for... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Diego Biurrun | Remove AltiVec optimizations for Snow. They are hinderi... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Michael Niedermayer | Fix 2 access units in a packet mp4s. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Michael Niedermayer | Get rid of the non sensical idea of using the current... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Michael Niedermayer | Factorize field_end() out. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Michael Niedermayer | Assert that the first list1 entry is a reference frame. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reimar Döffinger | Add a av_fast_malloc function and replace several uses... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reimar Döffinger | Use void * instead of uint8_t * for the destination... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reimar Döffinger | av_destruct_packet_nofree deprecation explained in... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reimar Döffinger | Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Stefano Sabatini | Document pbBufPtr(). |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | remove useless wrapper |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reimar Döffinger | Move ea demuxer messages that are irrelevant to ordinar... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | remove useless wrapper |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Reimar Döffinger | Slightly improve/correct description of wc3_pal_lookup |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Stefano Sabatini | Split bitstream.h, put the bitstream writer stuff in... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Michael Niedermayer | Disable metadata reading. Yes, I would like to know... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Justin Ruggles | Add names for 5.0 and 5.1 back speaker channel layouts. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | replace DEBUG_SI with DEBUG and use dprintf |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | Set stream type to ac3 if registration descriptor is... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | simplify registration descriptor parsing with bytestrea... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Björn Axelsson | Ok, ts demuxer is more complicated than I thought |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | fix end of buffer check, fix hang_read_header.h264.ts |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Baptiste Coudurier | fix 6 channels raw pcm demuxing, raw pcm now demux... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Simplify packet duplication code in ff_interleave_add_p... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Thilo Borgmann | Fix initialization of avpkt in output_packet(). |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Fix "unrecognized WC3 chunk" debug output which was... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
John Fletcher | Fix documentation for avcodec_encode_audio(), in the... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Document the 'size' parameter of set_put_bits_buffer_si... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Document ff_put_string(). |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | wc3movie: return partial packets if not all data can... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Explain the purpose of the wc3_pal_lookup and the formu... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Use get_le32/get_be32 in wc3movie demuxer instead of... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Rename the 'put_zero' parameter of ff_put_string() to |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Add documentation for skip_put_bytes(). |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Doxygenate ff_copy_bits(). |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Factorize declaration for the two variants of put_bits(). |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Michael Niedermayer | Two INIT_VLC_USE_STATIC cases Carl missed. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Michael Niedermayer | get rid of INIT_VLC_USE_STATIC in h261. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Michael Niedermayer | Get rid of INIT_VLC_USE_STATIC in rv10/rv20. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Michael Niedermayer | Get rid of INIT_VLC_USE_STATIC in 4xm. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Michael Niedermayer | Get rid of INIT_VLC_USE_STATIC in asv1. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Michael Niedermayer | Get rid of INIT_VLC_USE_STATIC in msmpeg4 |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Stefano Sabatini | Clarify documentation for put_bits_count(). |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Get rid of av_destruct_packet_nofree and use NULL instead. |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Carl Eugen... | Use INIT_VLC_USE_STATIC and not its value "1". |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Reindent |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Reimar Döffinger | Make electronicarts demuxer return partial frames,... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Stefano Sabatini | Document align_put_bits(). |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Stefano Sabatini | Doxygenate flush_put_bits() documentation. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Stefano Sabatini | Doxygenate put_bits_count() documentation. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Carl Eugen... | Fix comment: gcc 2.95.3 binaries decode ac3 fine if... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Stefano Sabatini | Doxygenate init_put_bits(). |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Diego Biurrun | cosmetics: Rename prn variable to prng (Pseudo Random... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Thilo Borgmann | Add support to CorePNG P-frames. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Diego Biurrun | Replace rand() usage by av_lfg_get(). |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Diego Biurrun | cosmetics: Align output columns. |
commit | commitdiff | tree | snapshot |
next |