2008-05-15 |
Vitor Sessak | Remove useless buffers |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Simplify rotate_block() |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Do not pass the context to functions that do not use it |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Declare vars as const when possible |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Do not copy tables to a context var, use them directly |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Remove unneeded fields from the decoder context |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Read the bitstream where the data is actually needed... |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Use correct type in FFSWAP (thanks to Benoit Fouet... |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | Cosmetics: remove useless parenthesis |
tree | commitdiff |
2008-05-15 |
Vitor Sessak | The first table of decodetable[] is unrelated to the... |
tree | commitdiff |
2008-05-15 |
Diego Biurrun | ADPCM codec long names by Stefano Sabatini, stefano... |
tree | commitdiff |
2008-05-15 |
Stefano Sabatini | DPCM codec long names, patch by Stefano Sabatini, stefa... |
tree | commitdiff |
2008-05-15 |
Stefano Sabatini | Make av_set_string() fail when number could not be... |
tree | commitdiff |
2008-05-14 |
Stefano Sabatini | Add codec long name, patch by Stefano Sabatini, stefano... |
tree | commitdiff |
2008-05-14 |
Stefano Sabatini | Update offset in the option string later, to have a... |
tree | commitdiff |
2008-05-13 |
Måns Rullgård | acelp_filters.h needs stdint.h |
tree | commitdiff |
2008-05-13 |
Carl Eugen Hoyos | Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. |
tree | commitdiff |
2008-05-13 |
Stefano Sabatini | Fix a typo. |
tree | commitdiff |
2008-05-12 |
Carl Eugen Hoyos | Correct type for pcx_rle_decode(). |
tree | commitdiff |
2008-05-12 |
Carl Eugen Hoyos | Replace one more occurrence of -1 with PIX_FMT_NONE. |
tree | commitdiff |
2008-05-12 |
Guillaume Poirier | armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARM... |
tree | commitdiff |
2008-05-12 |
Carl Eugen Hoyos | Do not use variable frame_info before its value is... |
tree | commitdiff |
2008-05-11 |
Alexander Strange | Previous commit missed an initialization - this fixes... |
tree | commitdiff |
2008-05-11 |
Carl Eugen Hoyos | Replace some occurrences of -1 with PIX_FMT_NONE. |
tree | commitdiff |
2008-05-11 |
Alexander Strange | Set and use h->mb_xy in SVQ3 too. |
tree | commitdiff |
2008-05-11 |
Siarhei Siamashka | Add some initial optimizations for ARM VFP (floating |
tree | commitdiff |
2008-05-11 |
Alexander Strange | Remove newly unused variables. |
tree | commitdiff |
2008-05-11 |
Alexander Strange | Use h->mb_xy directly in decode_cabac_residual(). |
tree | commitdiff |
2008-05-11 |
Alexander Strange | Store mb_xy in H264Context and only calculate it once... |
tree | commitdiff |
2008-05-11 |
Vitor Sessak | Simplify do_voice(). |
tree | commitdiff |
2008-05-11 |
Vitor Sessak | Replace some hardcoded swapping with FFSWAP. |
tree | commitdiff |
2008-05-11 |
Vitor Sessak | Remove unused defines from ra144. |
tree | commitdiff |
2008-05-11 |
Matthieu Castet | cosmetics: indent after last commit. patch by matthieu... |
tree | commitdiff |
2008-05-11 |
Matthieu Castet | simplify decoding of uncompressed samples. patch by... |
tree | commitdiff |
2008-05-11 |
Vladimir Voroshilov | Implement bidirectional (positive offset - left, negati... |
tree | commitdiff |
2008-05-11 |
Stefano Sabatini | Document AVCodecContext channels field. |
tree | commitdiff |
2008-05-11 |
Vladimir Voroshilov | Update comment to version, negotiated with Diego, and |
tree | commitdiff |
2008-05-11 |
Vladimir Voroshilov | Fix compilation error. |
tree | commitdiff |
2008-05-11 |
Justin Ruggles | fix reading of samples-per-frame |
tree | commitdiff |
2008-05-11 |
Vladimir Voroshilov | various filters for ACELP-based codecs |
tree | commitdiff |
2008-05-11 |
Vitor Sessak | Simplify a list of array allocations with a loop. |
tree | commitdiff |
2008-05-11 |
Vladimir Voroshilov | Replace hardcoded LP filter order with parameter. |
tree | commitdiff |
2008-05-10 |
Vitor Sessak | Remove useless memset, patch by Vitor Sessak, vitor1001... |
tree | commitdiff |
2008-05-10 |
Vitor Sessak | Rewrite unpack_input() completely, patch by Vitor Sessa... |
tree | commitdiff |
2008-05-10 |
Vitor Sessak | cosmetics: Reindent file, patch by Vitor Sessak, vitor1... |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Add missing required header directly. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Add missing path to #include. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Add missing path to #include statement. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
tree | commitdiff |
2008-05-09 |
Michael Niedermayer | Little fix for block sizes <16 |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Revert previous mistaken commit. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | ipp.h is a system header, use <> when #including it. |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | dsputil.h is not a system header, use "" when #includin... |
tree | commitdiff |
2008-05-09 |
Michael Niedermayer | Improve motion estimation metric. |
tree | commitdiff |
2008-05-08 |
Aurelien Jacobs | remove useless comment |
tree | commitdiff |
2008-05-08 |
Aurelien Jacobs | ensure vp56_decode_frame always return unchanged buf_size |
tree | commitdiff |
2008-05-08 |
Ramiro Polla | Do not misuse long as the size of a register in x86. |
tree | commitdiff |
2008-05-08 |
Carl Eugen Hoyos | Do not return -1 from void functions. |
tree | commitdiff |
2008-05-08 |
Carl Eugen Hoyos | One const per declaration is enough. |
tree | commitdiff |
2008-05-06 |
Baptiste Coudurier | export dnxhd encoded picture quality |
tree | commitdiff |
2008-05-06 |
Diego Biurrun | Remove one more set of useless parentheses from a retur... |
tree | commitdiff |
2008-05-06 |
Diego Biurrun | Remove unnecessary parentheses from return calls. |
tree | commitdiff |
2008-05-04 |
Jason Garrett-Glaser | Use a state machine to reduce branching logic in decode... |
tree | commitdiff |
2008-05-04 |
Ramiro Polla | Prevent targaenc.c from outputting trash byte. |
tree | commitdiff |
2008-05-04 |
Sisir Koppaka | Add complete multimedia Wiki URL, patch by Sisir Koppaka. |
tree | commitdiff |
2008-05-04 |
Ramiro Polla | Indent. |
tree | commitdiff |
2008-05-04 |
Ramiro Polla | Do not read out of array bounds. |
tree | commitdiff |
2008-05-03 |
Michael Niedermayer | Output buffer overflow. |
tree | commitdiff |
2008-05-03 |
Michael Niedermayer | Heap buffer overflow. |
tree | commitdiff |
2008-05-03 |
Michael Niedermayer | Fix memset(0) based buffer overflow. |
tree | commitdiff |
2008-05-03 |
Michael Niedermayer | Move declaration a little. |
tree | commitdiff |
2008-05-03 |
Michael Niedermayer | Setting i to 0 once should do. |
tree | commitdiff |
2008-05-03 |
Diego Biurrun | cosmetics: Consistently use C-style comments in #endif... |
tree | commitdiff |
2008-05-03 |
Anuradha Suraparaju | Add Dirac support through libschroedinger. |
tree | commitdiff |
2008-05-03 |
Diego Biurrun | 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC... |
tree | commitdiff |
2008-05-03 |
Måns Rullgård | fix checkheaders when libdirac not installed |
tree | commitdiff |
2008-05-03 |
Måns Rullgård | add necessary #includes in headers |
tree | commitdiff |
2008-05-03 |
Anuradha Suraparaju | Dirac decoding/encoding support via libdirac. |
tree | commitdiff |
2008-05-03 |
Diego Biurrun | Add Dirac parser from SoC; written by Marco Gerards; |
tree | commitdiff |
2008-05-02 |
Justin Ruggles | include avcodec.h |
tree | commitdiff |
2008-05-02 |
Benjamin Larsson | Long name spelling fixes |
tree | commitdiff |
2008-05-02 |
Justin Ruggles | move call to init_get_bits inside conditional |
tree | commitdiff |
2008-05-02 |
Justin Ruggles | share streaminfo parsing function |
tree | commitdiff |
2008-05-02 |
Justin Ruggles | split out some decoder context params to a shared macro |
tree | commitdiff |
2008-05-02 |
Justin Ruggles | change function parameters for dump_headers() |
tree | commitdiff |
2008-05-02 |
Justin Ruggles | change function parameters for metadata_streaminfo() |
tree | commitdiff |
2008-05-01 |
Diego Pettenò | Mark symbol as static, patch by Diego 'Flameeyes' Pette... |
tree | commitdiff |
2008-04-30 |
Diego Biurrun | Comment out unused ff_vc1_norm6_spec table. |
tree | commitdiff |
2008-04-30 |
Stefano Sabatini | Transform codec short name into a single word. |
tree | commitdiff |
2008-04-29 |
Stefano Sabatini | Add long names to some AVCodec declarations. |
tree | commitdiff |
2008-04-29 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-04-29 |
Michael Niedermayer | Fix decoding of: |
tree | commitdiff |
2008-04-29 |
Ramiro Polla | Typo: distoration -> distortion. |
tree | commitdiff |
2008-04-29 |
Robert Swain | Remove leading whitespace in long codec name that was... |
tree | commitdiff |
2008-04-29 |
Stefano Sabatini | Add some long names to AVCodec declarations. |
tree | commitdiff |
2008-04-29 |
Stefano Sabatini | Transform codec names into single words. |
tree | commitdiff |
2008-04-29 |
Justin Ruggles | remove unused variable, min_framesize |
tree | commitdiff |
2008-04-28 |
Kostya Shishkov | Calculate motion vector information based on PTS provid... |
tree | commitdiff |
2008-04-28 |
Stefano Sabatini | Add long names to some AVCodec declarations. |
tree | commitdiff |
2008-04-27 |
Stefano Sabatini | Add long names to AVCodec declarations. |
tree | commitdiff |
next |