2007-03-17 |
Michael Niedermayer | remove useless if() |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-03-17 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Michael Niedermayer | remove silly video check, theres nothing video specific... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Michael Niedermayer | add a delay variable to hold the timestamp buffer size |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Michael Niedermayer | remove special case for h.264 whatever this was suppose... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
Limin Wang | add fps stats, patch by Limin Wang <lance lmwang at... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | fix indention |
commit | commitdiff | tree | snapshot |
2007-03-15 |
John Dalgliesh | force 16-bytes alignement of block array, as needed... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | support reordering pts in the decoder (this might be... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Aurelien Jacobs | disable pts reordering code and initialize a parser... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Ian Braithwaite | subband_coef_noise -> subband_coef_sign |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | remove secure password delivery requirement after compl... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Diego Biurrun | misc wording/spelling fixes |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | gpg and passwords rule |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | add rule to keep disscussion on the public mailinglist... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | patches should be split into incremental changes if... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Bobby Bingham | Targa (.tga) encoder, |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | add a entry to the policy about fixing warnings (i... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Michael Niedermayer | Patch review process |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | 10l for myself, fixing --disable-encoders |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | 160 bytes smaller object file, ask gcc devels why |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | explain where the T table comes from |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Kostya Shishkov | DXA demuxer and decoder |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | deprecate ff_realloc_static |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | 10l to whoever wrote this |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | kill av_mallocz_static() calls in init_rl() |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | move RLTable stuff to its own header |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | kill av_mallocz_static() |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Baptiste Coudurier | reindent after last commit |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Baptiste Coudurier | h264 complete frames parsing support |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | kill 3 more av_mallocz_static() |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Michael Niedermayer | kill another 2 av_mallocz_static() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | kill a av_mallocz_static() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | 10^10l to whoever wrote this |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | remove useless static cm variable |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | cosmetic |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | remove silly static int done protecting the initalizati... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | remove redundant memset() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | dont malloc() static mv_penalty arrays |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | deprecate av_mallocz_static() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Ian Braithwaite | Combine the window and overlap loops, |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | cosmetic (order context variables like in sha1) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | s/context/ctx/ |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | #undef printf under #ifdef TEST (needed for testing) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | borrow finalization algo from sha1 (100byte smaller) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | get rid of b_used variable (same size with CONFIG_SMALL) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | smaller av_sha1_update() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | use CONFIG_SMALL |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | put state[5] last so no padding is needed on arch where... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | cosmetic |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | dont memcpy() simpler and same speed |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | simplify |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | remove middle variant (keep fastest and smallest) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | 10l |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | double ;; |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | factorize VARIANT2 (smaller and slower) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | revert 2% speed loss change (r8360) |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Aurelien Jacobs | remove outdated comment |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Aurelien Jacobs | remove no more needed parameters |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | zero byte idea by rich |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Michael Niedermayer | 2 other variants of how to implement the core part |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Aurelien Jacobs | set pkt->duration for laced packets too |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Aurelien Jacobs | calculate pts for laced packets |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Aurelien Jacobs | calculate default_duration for AAC tracks |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Aurelien Jacobs | scale duration and default_duration |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | cosmetic cleanup |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | cosmetic cleanup |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | 10% smaller object file, 2% slower |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Aurelien Jacobs | move timecode calculation out of laces loop |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | very slightly smaller object file |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | make count count bytes not bits (this is simpler and... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | remove bigger and slower code |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | dont recommand testing with -O3 |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | avoid silly ring buffer logic (faster with -O2, -O3... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | its faster to copy the data to the stack it seems ... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | explain how to test it |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michael Niedermayer | simple SHA-1 implementation |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Baptiste Coudurier | remove wrong avid imx ntsc fourcc |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Limin Wang | Explain a few more options that were recently added. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Ramiro Polla | Remove superfluous HAVE_THREADS #ifdef. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Diego Biurrun | libswscale header files are put in a subdirectory named... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Benoit Fouet | Remove -ab 64k from ffmpeg options, this is now default. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Panagiotis... | Install mem.h on "make install" as: |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Diego Biurrun | Recommend building qt-faststart using make instead... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Ronald S. Bultje | Properly initialize filesize during input buffer initia... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Panagiotis... | Move the memory related functions out of common.h into... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Diego Biurrun | Remove superfluous header include. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Limin Wang | cosmetics: Fix indentation, patch by Limin Wang, lance... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Panagiotis... | Introduce two new logging functions av_hex_dump_log... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Michel Bardiaux | Give context to dprintf |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Baptiste Coudurier | remove codec_info_duration/nb_frames from AVStream |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Baptiste Coudurier | add message saying that pgmyuv format is deprecated |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | cosmetic: indent after last commit |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | reorder pts of packets from tracks using V_MPEG* codecs |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | revert r7181 |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | check if current block contains a B frame and gives... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | extract ebml_read_binary() out of matroska_parse_block() |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | reindent after last commit |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Aurelien Jacobs | parse clusters until some packets are queued |
commit | commitdiff | tree | snapshot |
next |