274 Commits (6c05bab46d913fa5f5383d4702a1e6ba383138ff)

Author SHA1 Message Date
Michael Niedermayer 653f738780 exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, 18 years ago
Michael Niedermayer c3d0c11bfb simplify ff_h263_round_chroma() 18 years ago
Måns Rullgård 00f0564f44 move ff_h263_round_chroma() to mpegvideo.h as static inline 18 years ago
Aurelien Jacobs 7da31a80b7 Split ff_set_mpeg4_time() and move the non mpeg4 specific part 18 years ago
Måns Rullgård bad700e346 trivial warning fixes 18 years ago
Aurelien Jacobs 98f7b56bb6 move ff_copy_bits to bitstream.c 18 years ago
Aurelien Jacobs cacfe026a8 make DCT_common_init() static 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Aurelien Jacobs d9c9259f89 split ljpeg encoder out of mjpeg.c 18 years ago
Aurelien Jacobs 37c26ae9ff remove some unused mjpeg encoding variables 18 years ago
Aurelien Jacobs 95dca03f77 add a ff_ prefix to the now exported mpeg1_find_frame_end() function 18 years ago
Aurelien Jacobs 7f50d4ac51 move mpegvideo_parser in it's own file 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Guillaume Poirier bb21f1762a Add doxy comments, based on Loren's explanations posted here: 18 years ago
Michael Niedermayer efddbce9d0 move RLTable stuff to its own header 18 years ago
Michael Niedermayer c52f5d66a2 skiprd 18 years ago
Michael Niedermayer 2f16af0667 skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) 18 years ago
Baptiste Coudurier a57d13b713 throw error if unsupported resolution is used with h261 18 years ago
Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 18 years ago
Baptiste Coudurier 4067d81be2 move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c 18 years ago
Michael Niedermayer 973cbc2a28 lambda* should be unsigned 18 years ago
Dominik Mierzejewski 158256a13a Fixes: 18 years ago
Dominik Mierzejewski 69261768d3 Fixes: 18 years ago
Dominik Mierzejewski 621d92940e Fixes: 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 075060023d fix buffer underflows by reencoding the current frame with a higher QP 18 years ago
Panagiotis Issaris 0de9926f62 Move the ratecontrol related code from mpegvideo.h to a separate header file. 18 years ago
Panagiotis Issaris 4d7b4613a1 Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and 18 years ago
Måns Rullgård b86216de4c dc_val should be signed 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Panagiotis Issaris d80f243ae9 Make ratecontrol use ff_eval2(). 18 years ago
Guillaume Poirier 696e1bb36e Compile fix (for GCC<3.3) when encoders are disabled 19 years ago
Baptiste Coudurier 702497f886 fix mbd bits bug, finally 19 years ago
Baptiste Coudurier 2d974017b0 MPEG-2 4:2:2 encoding support 19 years ago
Michael Niedermayer 7f12a9780e use previous qscale for intra_dc_threshold check 19 years ago
Loren Merritt 841f65f25a 2x faster ff_mpeg4_set_direct_mv 19 years ago
Michael Niedermayer 83378d0de5 various fixes for xvid_rc 19 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Michael Niedermayer 82fcbc145d faster find_startcode() 19 years ago
Michael Niedermayer 07fc2b8278 fixing bframe strategy 2 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Michael Niedermayer 64b7c5b6f6 xvid ratecontrol support 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 88e51e1fb5 second try of improved lambda/qp guessing for motion estimation RD in first pass 19 years ago
Michael Niedermayer 82b019cefd better f_code guessing in 2nd pass 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Michael Niedermayer 8ed9f9ab32 use correct qp & lambda for ME on the second pass 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 91d44ffc9a fix user data parsing code so it suppors pre1 and cvs 20 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago