2008-07-09 |
Michael Niedermayer | New full search ME |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Stefano Sabatini | Print the program_name rather than always "FFmpeg"... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Alexander Strange | Make the function prototype visible to comply with... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Peter Ross | increment minor version for commit r14110 (Electronic... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Michael Niedermayer | float_to_int16_sse2() |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Michael Niedermayer | Allow setting codecs through preset files |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Michael Niedermayer | fix IPCM_decode_error.h264 |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Michael Niedermayer | Fix the av_set_string() free / alloc issue. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Michael Niedermayer | indent |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Michael Niedermayer | 10000l for myself, my last change was incomplete. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Erik Hovland | One-bit bitfields should probably be unsigned. Unfortun... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Add FFMPEG_CONFIGURATION to config.mak as well, it... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Remove wrong casts from vector declarations, this would... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Ignore case when sorting. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | List QuickTime container as MOV/QuickTime. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Remove redundant Macromedia Flash entry in supported... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | format name cosmetics, spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Sort and prettyprint audio codecs table. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Sort and prettyprint video codecs table. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Sort and prettyprint the file formats table. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Remove file extension from some formats, it's never... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | liba52 is not always used for AC-3 decoding. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | Sort image formats table. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Michael Niedermayer | Set cur_dts to 0 only during creating new streams and... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | WMV8 is fully supported now. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | spelling cosmetics and format name fixes |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | liba52 is no longer necessary for AC-3 decoding. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Peter Ross | Electronic Arts CMV latent dox entry |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Peter Ross | Electronic Arts CMV latent changelog entry |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Peter Ross | Electronic Arts CMV demuxer |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Peter Ross | Electronic Arts CMV decoder |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Peter Ross | Remove AVPaletteControl from ALG MM demuxer/decoder |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Victor Pollex | Make LOAD4/STORE4 macros more generic. |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Luca Abeni | Remove outdated comment |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Stefano Sabatini | Print libavformat version in outgoing SDPs. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Aurelien Jacobs | correct path in *-uninstalled.pc |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Michael Niedermayer | 1 c-asm loop less and 1x unroll of float_to_int16_sse() |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Michael Niedermayer | Fix x86-64 |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Michael Niedermayer | dont use C-asm loops and unroll once float_to_int16_3dnow() |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Reimar Döffinger | 10l, fix nuv_header for the case when there is no video... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | Alphabetically order AVInputFormat/AVOutputFormat decla... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | Add a note to remind people to add new raw formats... |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | Add missing dependency declaration for raw Dirac demuxer. |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Diego Biurrun | spelling cosmetics in PCM codec long names |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Benjamin Larsson | redundant assignment found by Clang |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Aurelien Jacobs | add some missing dependencies |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Simplify: glob->phase is always == 3 |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Cosmetics: reindent tables |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Remove phasep context var, it is just phase*5 |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Slighly faster operation |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Typo in a comment: s/two avoid/to avoid/ |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Cosmetics: remove braces |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Another use of scalar_product_float() |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Vitor Sessak | Do not reimplement memmove() |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory Montoir | Remove context fields which can be used as simple local... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory Montoir | Remove inaccurate computation of pts for audio packets... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Gregory Montoir | Remove av_cold attribute on decode_frame and add it... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Stefano Sabatini | Document av_find_opt(). |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Kostya Shishkov | Altivec implementation of APE vector functions |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Kostya Shishkov | Add several vector functions used by Monkey's Audio... |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Luca Barbato | Remove ASSERT() macro. SoC Patch from Keiji Costantini |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Luca Barbato | Reindent. SoC Patch from Keiji Costantini |
commit | commitdiff | tree | snapshot |
2008-07-06 |
Luca Barbato | Split simpleCopy into packedCopy and planarCopy. SoC... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Vitor Sessak | Cosmetics: remove braces |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Vitor Sessak | Create a function for float dot product instead of... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Add correct header #include to fix 'make checkheaders'. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Add required stdint.h header #include. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Kostya Shishkov | Cosmetics: align |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Kostya Shishkov | Move MLP/TrueHD from video to audio codecs section. |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Peter Ross | Only define AltiVec vector syntax macro when AltiVec... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Add a note to remind people that new PCM/ADPCM formats... |
commit | commitdiff | tree | snapshot |
2008-07-05 |
Diego Biurrun | Remove unused variable, fixes the warning: |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Michael Niedermayer | All mp3 parsers are buggy fix 2 of n (out of array... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Michael Niedermayer | All id3 parsers are buggy, 0 termination fix 1 of n... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Vitor Sessak | Write for loops in a more standard way. In my opinion... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Ramiro Polla | MLP/TrueHD decoder. |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Vitor Sessak | Move vars declaration to inner loop when possible |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Vitor Sessak | Simplify |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | spelling/grammar/wording overhaul |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | whitespace cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | Place license header at the top of the file for consist... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Diego Biurrun | spelling cosmetics |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Vitor Sessak | Remove unneeded var |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Vitor Sessak | Use a matrix instead of a vector |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Vitor Sessak | Reindent table |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ronald S. Bultje | Reindent after r14059, see "[PATCH] allow empty params for |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ronald S. Bultje | Allow NULL for read_header in AVInputFormat. See discus... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Michael Niedermayer | We do not only calculate it but we also return it. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Michael Niedermayer | More correct comment. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Michael Niedermayer | make sum_of_squares() more generic |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Cosmetics: split a long line. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Use get_cabac_bypass_sign instead of an if/else. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Reorder the if/else for residual cats to match gcc... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Simplify loop condition for readability. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Reindent. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Clone decode_cabac_residual() for DC residuals, to... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Alexander Strange | Don't generate two copies of hl_decode_mb() under ENABL... |
commit | commitdiff | tree | snapshot |
next |