2013-02-18 |
Ronald S. Bultje | h264/svq3: stop using draw_edges. |
blob | commitdiff |
2013-02-16 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2013-02-16 |
Michael Niedermayer | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885' |
blob | commitdiff | diff to current |
2013-02-16 |
Michael Niedermayer | Merge commit 'd9ebb00dcbaac3812b8b1fbc3d6e027506c11cbc' |
blob | commitdiff | diff to current |
2013-02-15 |
Anton Khirnov | h264: deMpegEncContextize |
blob | commitdiff | diff to current |
2013-02-15 |
Anton Khirnov | mpegvideo: split ff_draw_horiz_band(). |
blob | commitdiff | diff to current |
2013-02-15 |
Anton Khirnov | svq3: remove a pointless if() |
blob | commitdiff | diff to current |
2013-02-09 |
Michael Niedermayer | Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6' |
blob | commitdiff | diff to current |
2013-02-07 |
Diego Biurrun | dsputil: Move ff_svq3 function declarations to a separa... |
blob | commitdiff | diff to current |
2013-01-23 |
Michael Niedermayer | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' |
blob | commitdiff | diff to current |
2013-01-23 |
Diego Biurrun | Drop DCTELEM typedef |
blob | commitdiff | diff to current |
2012-12-21 |
Michael Niedermayer | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' |
blob | commitdiff | diff to current |
2012-12-20 |
Ronald S. Bultje | lavc: introduce VideoDSPContext |
blob | commitdiff | diff to current |
2012-12-11 |
Michael Niedermayer | svq3: fix cast type to be independant of "sizeof(int)" |
blob | commitdiff | diff to current |
2012-12-10 |
Michael Niedermayer | Merge commit 'b8f3ab8e6a7ce3627764da53b809628c828d4047' |
blob | commitdiff | diff to current |
2012-12-09 |
Janne Grunau | svq3: make slice type value unsigned to match svq3_get_... |
blob | commitdiff | diff to current |
2012-12-08 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-12-08 |
Janne Grunau | golomb: use unsigned arithmetics in svq3_get_ue_golomb() |
blob | commitdiff | diff to current |
2012-12-05 |
Michael Niedermayer | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' |
blob | commitdiff | diff to current |
2012-12-04 |
Anton Khirnov | lavc: fix decode_frame() third parameter semantics... |
blob | commitdiff | diff to current |
2012-10-21 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-10-21 |
Michael Niedermayer | Merge commit 'a7d2861d36756b913e85681b86ed3385274e8ced' |
blob | commitdiff | diff to current |
2012-10-20 |
Diego Biurrun | svq3: K&R formatting cosmetics |
blob | commitdiff | diff to current |
2012-10-20 |
Diego Biurrun | svq3: cosmetics: Drop useless parentheses |
blob | commitdiff | diff to current |
2012-10-12 |
Michael Niedermayer | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' |
blob | commitdiff | diff to current |
2012-10-11 |
Mans Rullgard | svq3: fix pointer type warning |
blob | commitdiff | diff to current |
2012-10-11 |
Mans Rullgard | svq3: replace unsafe pointer casting with intreadwrite... |
blob | commitdiff | diff to current |
2012-10-08 |
Michael Niedermayer | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' |
blob | commitdiff | diff to current |
2012-10-08 |
Anton Khirnov | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix... |
blob | commitdiff | diff to current |
2012-08-07 |
Michael Niedermayer | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' |
blob | commitdiff | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | diff to current |
2012-04-16 |
Michael Niedermayer | svq3: check the watermark height. |
blob | commitdiff | diff to current |
2012-04-07 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | diff to current |
2012-03-30 |
Michael Niedermayer | svq3: Fix pointer type mismatch warning. |
blob | commitdiff | diff to current |
2012-03-27 |
Michael Niedermayer | h264: dont mess with chroma planes for grayscale h264. |
blob | commitdiff | diff to current |
2012-03-06 |
Ronald S. Bultje | svq3: protect against negative quantizers. |
blob | commitdiff | diff to current |
2012-03-06 |
Ronald S. Bultje | Don't use ff_cropTbl[] for IDCT. |
blob | commitdiff | diff to current |
2012-03-02 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-03-01 |
Diego Biurrun | Replace AVFrame pointer type punning by proper struct... |
blob | commitdiff | diff to current |
2012-03-01 |
Michael Niedermayer | svq3dec: fix overread of the cliping table. |
blob | commitdiff | diff to current |
2012-02-16 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-02-15 |
Martin Storsjö | mpegvideo: Add ff_ prefix to nonstatic functions |
blob | commitdiff | diff to current |
2012-02-11 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2012-02-10 |
Alex Converse | svq3: Prevent illegal reads while parsing extradata. |
blob | commitdiff | diff to current |
2012-02-10 |
Ronald S. Bultje | h264: disallow constrained intra prediction modes for... |
blob | commitdiff | diff to current |
2011-10-02 |
Laurent Aimar | h264: fix intra 16x16 mode check when using mbaff and... |
blob | commitdiff | diff to current |
2011-09-17 |
Michael Niedermayer | check all svq3_get_ue_golomb() returns. |
blob | commitdiff | diff to current |
2011-08-16 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-08-15 |
Dustin Brody | svq3: propagate codec memory allocation failure in... |
blob | commitdiff | diff to current |
2011-07-30 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | diff to current |
2011-07-11 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-10 |
Diego Biurrun | Eliminate FF_COMMON_FRAME macro. |
blob | commitdiff | diff to current |
2011-07-03 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-07-03 |
Jason Garrett-Glaser | H.264: faster write_back_* |
blob | commitdiff | diff to current |
2011-06-15 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-06-14 |
Jason Garrett-Glaser | Fix SVQ3 after adding 4:4:4 H.264 support |
blob | commitdiff | diff to current |
2011-06-13 |
Jason Garrett-Glaser | Roll back 4:4:4 H.264 for now |
blob | commitdiff | diff to current |
2011-06-13 |
Jason Garrett-Glaser | Fix SVQ3 after adding 4:4:4 H.264 support |
blob | commitdiff | diff to current |
2011-06-04 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-06-03 |
Baptiste Coudurier | svq3: Check negative mb_type to fix potential crash. |
blob | commitdiff | diff to current |
2011-06-03 |
Baptiste Coudurier | svq3: Move svq3-specific fields to their own context. |
blob | commitdiff | diff to current |
2011-05-22 |
Michael Niedermayer | Merge remote-tracking branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-05-21 |
Ronald S. Bultje | svq3: Do initialization after parsing the extradata |
blob | commitdiff | diff to current |
2011-05-07 |
Reimar Döffinger | Use av_fast_malloc instead of av_fast_realloc. |
blob | commitdiff | diff to current |
2011-05-05 |
Baptiste Coudurier | In svq3 decoder, check negative mb_type, fix potential... |
blob | commitdiff | diff to current |
2011-05-05 |
Baptiste Coudurier | SVQ3: do not modify const input buffer |
blob | commitdiff | diff to current |
2011-05-05 |
Baptiste Coudurier | SVQ3: Check that things match up after a frame. |
blob | commitdiff | diff to current |
2011-05-05 |
Baptiste Coudurier | SVQ3: Move svq3 specific fields to their own context. |
blob | commitdiff | diff to current |
2011-05-02 |
Stefano Sabatini | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* |
blob | commitdiff | diff to current |
2011-05-02 |
Stefano Sabatini | replace deprecated av_get_pict_type_char() with av_get_... |
blob | commitdiff | diff to current |
2011-05-02 |
Stefano Sabatini | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY... |
blob | commitdiff | diff to current |
2011-05-02 |
Stefano Sabatini | Replace deprecated av_get_pict_type_char() with av_get_... |
blob | commitdiff | diff to current |
2011-04-27 |
Michael Niedermayer | Merge remote branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-04-26 |
Anton Khirnov | lavc: remove FF_API_HURRY_UP cruft |
blob | commitdiff | diff to current |
2011-04-18 |
Diego Biurrun | Replace mplayerhq.hu URLs by libav.org. |
blob | commitdiff | diff to current |
2011-04-03 |
Michael Niedermayer | Merge remote branch 'qatar/master' |
blob | commitdiff | diff to current |
2011-04-02 |
Anton Khirnov | lavc: mark hurry_up for removal on next major bump |
blob | commitdiff | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | diff to current |
2011-01-30 |
Ronald S. Bultje | Move ff_emulated_edge_mc() into DSPContext. |
blob | commitdiff | diff to current |
2011-01-29 |
Ronald S. Bultje | Move ff_emulated_edge_mc() into DSPContext. |
blob | commitdiff | diff to current |
2011-01-28 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | diff to current |
2011-01-21 |
Ronald S. Bultje | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it... |
blob | commitdiff | diff to current |
2011-01-20 |
Ronald S. Bultje | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it... |
blob | commitdiff | diff to current |
2011-01-15 |
Jason Garrett-Glaser | H.264/SVQ3: make chroma DC work the same way as luma DC |
blob | commitdiff | diff to current |
2011-01-15 |
Jason Garrett-Glaser | Port SVQ3 to use the new mb_luma_dc method of storing... |
blob | commitdiff | diff to current |
2011-01-14 |
Jason Garrett-Glaser | Fix SVQ3 |
blob | commitdiff | diff to current |
2011-01-14 |
Jason Garrett-Glaser | H.264: split luma dc idct out and implement MMX/SSE2... |
blob | commitdiff | diff to current |
2010-12-15 |
Alexander Strange | SVQ3: Allow decoding if thread_count is > 1 |
blob | commitdiff | diff to current |
2010-06-15 |
Baptiste Coudurier | Fix svq3 watermark log uncompress on 64bit, probably... |
blob | commitdiff | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | svq3 now in working condition, at least vissually,... |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | fix compilation, sorry ive not checked cvslog for a... |
blob | commitdiff | diff to current |
2010-01-27 |
Rafaël Carré | Fix svq3_* function declarations. |
blob | commitdiff | diff to current |
2010-01-19 |
Jai Menon | Apply changes made in r21308 to svq3.c. |
blob | commitdiff | diff to current |
2010-01-12 |
Michael Niedermayer | Split motion vector prediction off h264.c/h. |
blob | commitdiff | diff to current |
2010-01-12 |
Michael Niedermayer | Move check_intra4x4_pred_mode() back from h264.h to... |
blob | commitdiff | diff to current |
next |