29 Commits (6c145ecf785dc3d26ba3fed3ea9892cc80244625)

Author SHA1 Message Date
Masaki Tanaka f43c14d046 mpegvideo_parser: Set field_order. 12 years ago
Diego Biurrun eee2000b41 mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Martin Storsjö eaa9b2e66c avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Rafaël Carré 07554ace70 mpegvideo parser: move specific fields into private context 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Anton Khirnov 9138a130cd lavc: use avpriv_ prefix for ff_frame_rate_tab. 13 years ago
Anton Khirnov 773375c3d0 lavc: rename ff_find_start_code to avpriv_mpv_find_start_code 13 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Michael Niedermayer 299fd39697 Revert 15 years ago
Michael Niedermayer 7debef33f8 Merge init & declaration of buf_end. 15 years ago
Carl Eugen Hoyos f50270c9c0 Cosmetics: Reindent after r20736. 15 years ago
Michael Niedermayer 442d7dd852 Make sure the parsers do not overwrite width/height as this can interfere 15 years ago
Michael Niedermayer a4c7a5ea27 Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead 16 years ago
Ivan Schreter edbd72acea Correct time_base and repeat_pict for MPEG2 video. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Michael Niedermayer d59591fb02 In mpeg1/2 timestamps are associated with the access unit which 17 years ago
Michael Niedermayer 39e9e6d940 Disable the split function. This should end the mpeg1/2 global header issues. 17 years ago
Michael Niedermayer 635fbcb17f revert 12156 17 years ago
Michael Niedermayer bdd745da60 Forgot this, which is needed for merging field pics too. 17 years ago
Michael Niedermayer ff2635b273 Make timestamp interpolation work with mpeg2 field pictures. 17 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 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