| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add ff_ prefix for mpeg2_dc_scale_table. | Michael Niedermayer | 2010-03-15 | 1 | -1/+1 |
* | Support intra_dc_precision>8 in jpeg | Michael Niedermayer | 2010-03-15 | 1 | -0/+1 |
* | bfin: fix function prototypes | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -47/+0 |
* | Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. | Michael Niedermayer | 2010-01-08 | 1 | -2/+0 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -22/+0 |
* | Document ff_h263_show_pict_info(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+4 |
* | Split out intel H263 decoder. | Michael Niedermayer | 2010-01-07 | 1 | -1/+2 |
* | Split flv decoding out. | Michael Niedermayer | 2010-01-07 | 1 | -1/+0 |
* | Split out flv encoding. | Michael Niedermayer | 2010-01-07 | 1 | -1/+0 |
* | Mark h263_get_picture_format() av_const to indicate that it has no funny | Michael Niedermayer | 2010-01-07 | 1 | -1/+1 |
* | Document h263_get_picture_format(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+7 |
* | Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ... | Michael Niedermayer | 2009-12-03 | 1 | -0/+1 |
* | Store original width/height so that rv20 does not get stuck with some | Michael Niedermayer | 2009-12-01 | 1 | -0/+1 |
* | Raise MAX_THREADS to 16. | Frank Barchard | 2009-10-15 | 1 | -1/+1 |
* | Remove useless alignment from MpegEncContext.intra_scantable | Måns Rullgård | 2009-08-26 | 1 | -1/+1 |
* | Improve wording: s/reseted/reset | Haruhiko Yamagata | 2009-06-24 | 1 | -1/+1 |
* | Fix H.264 picture reordering, 2nd try. | Haruhiko Yamagata | 2009-06-23 | 1 | -0/+1 |
* | Rename alloc_picture to ff_alloc_picture and move its definition | Baptiste Coudurier | 2009-05-27 | 1 | -0/+6 |
* | decode mpeg-2 closed gop first b frames, fix issue #824 | Baptiste Coudurier | 2009-05-15 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+1 |
* | Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. | Gwenole Beauchesne | 2009-03-30 | 1 | -0/+1 |
* | Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead | Michael Niedermayer | 2009-03-02 | 1 | -1/+1 |
* | small spelling/grammar fixes | Diego Biurrun | 2009-03-02 | 1 | -2/+2 |
* | Add ff_hwaccel_pixfmt_list_420[] definition. | Gwenole Beauchesne | 2009-02-27 | 1 | -0/+1 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -0/+2 |
* | Add ff_h263_find_resync_marker() to find the bit position of the next resync_... | Gwenole Beauchesne | 2009-02-24 | 1 | -0/+1 |
* | Better parsing of i263 picture header | Kostya Shishkov | 2009-02-22 | 1 | -0/+1 |
* | Change the type of pblocks from pointers to short array into | Ivan Kalvachev | 2009-02-22 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 1 | -1/+1 |
* | Implement complexity estimation parsing and try to detect an incorrectly set | Michael Niedermayer | 2008-12-03 | 1 | -0/+3 |
* | Only warn about "Invalid and inefficient vfw-avi packed B frames" once. | Andrew Savchenko | 2008-11-04 | 1 | -0/+1 |
* | Rename copy_picture to ff_copy_picture. | Carl Eugen Hoyos | 2008-10-02 | 1 | -1/+1 |
* | Fix a warning about an undefined function when compiling h264.c | Carl Eugen Hoyos | 2008-09-29 | 1 | -0/+1 |
* | Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. | Michael Niedermayer | 2008-09-22 | 1 | -0/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Picture.ref_count/ref_poc have to be stored per field (actually also per | Michael Niedermayer | 2008-08-02 | 1 | -2/+2 |
* | Fix return type of ff_init_me(). | Michael Niedermayer | 2008-05-28 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -8/+1 |
* | move EDGE_WIDTH definition allong with draw_edges where it belongs | Aurelien Jacobs | 2008-03-05 | 1 | -2/+0 |
* | move relevant declarations to mpeg12data.h | Aurelien Jacobs | 2008-03-05 | 1 | -3/+1 |
* | move run length table constants to rl.h | Aurelien Jacobs | 2008-03-04 | 1 | -6/+1 |