17324 Commits (3cd329a3b74416a5493013209f76945111fdc562)
 

Author SHA1 Message Date
Carl Eugen Hoyos 3cd329a3b7 Fix compilation with --enable-libxvid. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
David Conrad 3194b00479 Cosmetics: indent 16 years ago
David Conrad 1c3db2aa50 Treat disposition==0 as undefined and don't write the default flag 16 years ago
David Conrad 8a86aaa3b2 Flush the buffer after writing the header and when done with writing the files 16 years ago
Carl Eugen Hoyos 0d3d172f32 Remove CODEC_ID_H264_VDPAU. 16 years ago
Stefano Sabatini 784712343c Print a warning and fail if the graph description cannot be 16 years ago
Stefan Gehrer 439c650301 remove duplicate tables 16 years ago
Ben Littler 7906f3cae1 hybrid wavpack support 16 years ago
Ben Littler e2260faa42 add LM20 mimic in avi fourcc 16 years ago
Stefan Gehrer 74a4371d74 use assignment of structure instead of memcpy 16 years ago
Kostya Shishkov 2c96535af7 WavPack hybrid mode support 16 years ago
Stefan Gehrer bef01ca08f rename XXX_t enums to cavs_XXX to fix POSIX namespace issue 16 years ago
Stefan Gehrer e685e8eada rename vector_t to cavs_vector 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
Reimar Döffinger 0c5a43d648 Merge declaration and initialization of io_buffer_size 16 years ago
Reimar Döffinger 2bdaf78c52 Make io_buffer_size unsigned to avoid a warning about comparing 16 years ago
Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 16 years ago
Reimar Döffinger 0e7ceb2442 Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal 16 years ago
Reimar Döffinger aa805f94c5 Use AV_WB32 instead of reimplementing it. 16 years ago
Reimar Döffinger dc2c2eea41 Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. 16 years ago
Reimar Döffinger 7ce820efa0 Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) 16 years ago
Marc Mason 9d9aac84f6 Make unsigned int a variable that does not need to be explicitely 32 bits. 16 years ago
Ben Littler 0ac1dc6f3c add svq3 watermark support entry 16 years ago
Carl Eugen Hoyos e7edb2ea93 12l: Fix compilation with --disable-vdpau. 16 years ago
Robert Swain 76bd1cd8e1 Add maxrate and bufsize specifications for iPod presets. I omitted these 16 years ago
NVIDIA Corporation 4e2b48760b Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Baptiste Coudurier 3700d80028 support h264 extradata with 0x000001 startcode 16 years ago
Baptiste Coudurier 71e685b018 use ff_avc_parse_nal_units_buf because output size might differ from input size 16 years ago
Baptiste Coudurier c844520e73 10l, fix prototype 16 years ago
Baptiste Coudurier d298412062 export ff_avc_parse_nal_units_buf 16 years ago
Baptiste Coudurier 5d2160a0dd move actual writing before so new size can be taken into account 16 years ago
Baptiste Coudurier a97772b166 return size written in ff_avc_parse_nal_units 16 years ago
Aurelien Jacobs 764551c672 add -Wundef compiler flag, to catch typo in #if or similar situations 16 years ago
Aurelien Jacobs 8b192330d5 explicitly disable CONFIG_AUDIO_NONSHORT 16 years ago
Aurelien Jacobs d80a7fe50a move NULL_IF_CONFIG_SMALL() definition into internal header 16 years ago
Aurelien Jacobs 2f5421d513 move timer related code in a new timer.h file 16 years ago
Luca Abeni ca93bc175a Reindent after last commit 16 years ago
Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 16 years ago
Alex Converse 2ea512a6c2 Factorise id3v2 header parsing from mp3.c to be shared 16 years ago
Baptiste Coudurier f3ba7c5468 use delay for subs and dirac too 16 years ago
Baptiste Coudurier a57fb91ce5 add aud nal unit if not present in h264 bitstream 16 years ago
Aurelien Jacobs e0e4be590c matroskadec: ensure we only consider chapters which are properly ordered 16 years ago
Baptiste Coudurier 89ac55ada9 consider other codecs packets contain only one access unit, not just audio 16 years ago
Baptiste Coudurier 3d0a94f699 calculate pat, pmt and sdt exact size and adjust total bitrate 16 years ago
Baptiste Coudurier 620b9df7a7 allow user to specify muxrate 16 years ago
Aurelien Jacobs 469f5f251d WORDS_BIGENDIAN must be checked with #ifdef 16 years ago
Baptiste Coudurier 811a0aa785 warn if dts < pcr which means TS is invalid 16 years ago